public interface EventHandler<E>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(E inEvent,
java.lang.Exception ex)
Called to handle an event.
|
void handle(E inEvent, java.lang.Exception ex) throws java.lang.Exception
inEvent - - The event to pass to the handlerex - - An exception to pass to the handlerjava.lang.Exception