E - the type of event to handlepublic interface EventHandler<E extends Event>
EventService.Event,
EventService| Modifier and Type | Method and Description |
|---|---|
Class<E> |
getEventClass() |
void |
handle(E event)
Handles an event.
|
Copyright © 2013-2016–2017 SeedStack. All rights reserved.