Handler

public interface Handler extends EventListener

Internal handler interface. As a client use one of the specific interfaces like AbstractEventHandler or AbstractDataHandler.

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