public interface Listener
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
All Listeners have a priority.
|
void |
listen(Event e)
The receiver of the Event at the time the Event is published
|
int getPriority()
void listen(Event e)
e - the Event being listened to