AbstractEventHandler

public abstract class AbstractEventHandler implements Handler

An interface for handlers that are interested in whole Event instances.

Author

swrede

See also: Event

Methods

handleEvent

public abstract void handleEvent(Event event)

Shall implement the real handling logic for an event.

Parameters

event – the event to handle

Throws

InterruptedException – Execution of the handler operation was interrupted

internalNotify

public void internalNotify(Event event)