Handler¶
-
public interface
Handlerextends EventListener¶ Internal handler interface. As a client use one of the specific interfaces like
AbstractEventHandlerorAbstractDataHandler.- Author
swrede
Methods¶
internalNotify¶
-
void
internalNotify(Event event)¶ Internal notification with a received event.
- Parameters
event – the received event the handler should process
- Throws
InterruptedException – Execution of the handler operation was interrupted