EventHandler

public interface EventHandler

A generic interface for handlers of Events.

Author

jwienke

Methods

handle

void handle(Event event)

The callback method.

Parameters

event – the event to handle