- getListeners
Listener[] getListeners(int eventType)
Undocumented in source. Be warned that the author may not have intended to support it.
- hook
void hook(int eventType, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- hooks
bool hooks(int eventType)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendEvent
void sendEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- unhook
void unhook(int eventType, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- unhook
void unhook(int eventType, SWTEventListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
Instances of this class implement a simple look up mechanism that maps an event type to a listener. Multiple listeners for the same event type are supported.