|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventManager
IEvent manager interface, used to manage the listener and teh events
| Method Summary | |
|---|---|
void |
addListener(IEventListener listener)
Add the listener in parameter to the EventManager |
void |
notifyEvent(Event event)
Notify an event to the listeners |
void |
removeListener(IEventListener listener)
Remove the listener in parameter from the EventManager |
| Method Detail |
|---|
void addListener(IEventListener listener)
listener - void removeListener(IEventListener listener)
listener - void notifyEvent(Event event)
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||