|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - The type of events listened for by the implementing class.public interface EventListener<E extends Event>
This interface provides a generic way to define a listener class, which can be notified upon arrival of new events.
| Method Summary | |
|---|---|
void |
eventArrived(E event)
This method is called upon arrival of a new event of the given type. |
| Method Detail |
|---|
void eventArrived(E event)
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||