|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of events listened forpublic interface Listener<T>
Listens for events of type T.
Method Summary | |
---|---|
void |
handleEvent(T event)
Called to notify the Listener of a new event. |
Method Detail |
---|
void handleEvent(T event)
event
- the new event to handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |