|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventsManager
The EventsManager is used to receive standard and custom events.
| Method Summary | |
|---|---|
void |
addEventListener(EventListener el,
java.lang.String[] eventTypes)
Registers an EventListener |
void |
removeEventListener(EventListener el,
java.lang.String[] eventTypes)
Unregisters an EventListener |
| Method Detail |
|---|
void addEventListener(EventListener el,
java.lang.String[] eventTypes)
throws java.lang.IllegalArgumentException
el - the EventListenereventTypes - Array with elements all types of the events
which this listener wants to receive. Custom event types are
in the fallowing format EventListener.CUSTOM_EVENT=custom_event_type;
java.lang.IllegalArgumentException
void removeEventListener(EventListener el,
java.lang.String[] eventTypes)
throws java.lang.IllegalArgumentException
el - the EventListenereventTypes - Array with elements all types of the events
which this listener wants to receive. Custom event types are
in the fallowing format EventListener.CUSTOM_EVENT=custom_event_type;
java.lang.IllegalArgumentException
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||