public interface EventDispatcherListener
Modifier and Type | Method and Description |
---|---|
void |
onEventDispatch(Event event)
Called on every time an event is dispatched using {#link EventDispatcher#dispatchEvent}.
|
void onEventDispatch(Event event)
event
- Event that was dispatched