public interface EventListenerService
EventListener instances.| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Event event)
Receives a notification after an event has been created.
|
void onEvent(Event event)
event - Event which has been created.