|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventListener
Listens for events
Copyright Enough Software 2007 - 2009
history
Sep 15, 2007 - rob creation
| Method Summary | |
|---|---|
void |
handleEvent(String name,
Object source,
Object data)
Handles (or ignores) the given event. |
| Method Detail |
|---|
void handleEvent(String name,
Object source,
Object data)
name - name of the event e.g. EventManager.EVENT_FOCUS == "focus"source - the source of the event e.g. an itemdata - optional additional data, might be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||