|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventListener
An event listener can be subscribed to an event delivery service and is notified on events.
Event| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the key that identifies this EventListener. |
void |
onEvent(Event e)
Called when an event occured. |
| Method Detail |
|---|
java.lang.String getKey()
EventListener.
EventListener.void onEvent(Event e)
e - the occured event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||