EventTable

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.

Members

Functions

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.

Static variables

GROW_SIZE
int GROW_SIZE;
Undocumented in source.

Variables

level
int level;
Undocumented in source.
listeners
Listener[] listeners;
Undocumented in source.
types
int[] types;
Undocumented in source.

Meta