|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - is the templated type of events to listen to.public interface EventListener<E extends Event>
This is the interface for a generic event listener.
| Method Summary | |
|---|---|
void |
handleEvent(E event)
This method is called if an event occurred. |
| Method Detail |
|---|
void handleEvent(E event)
EventSource it may NOT be legal
to add or
remove listeners during
the call of this method because this may lead to a dead-lock.
event - is the event that notifies about something that happened.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||