OleEventTable

The OleEventTable class implements a simple look up mechanism that maps an event type to a listener. Multiple listeners for the same event type are supported.

Members

Functions

hasEntries
bool hasEntries()
Undocumented in source. Be warned that the author may not have intended to support it.
hook
void hook(int eventType, OleListener handler)
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.
sendEvent
void sendEvent(OleEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
unhook
void unhook(int eventType, OleListener handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handlers
OleListener[] handlers;
Undocumented in source.
types
int[] types;
Undocumented in source.

Meta