AbstractEventHandler
An interface for handlers that are interested in whole Event instances.
Event
swrede
See also: Event
handleEvent
Shall implement the real handling logic for an event.
event – the event to handle
InterruptedException – Execution of the handler operation was interrupted
internalNotify