public interface EventDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Listener l) |
void |
processEvent(Event wcwEvent) |
void |
removeAllListenersForEventContext(EventContext context) |
void |
removeListener(Listener l) |
void addListener(Listener l)
l - void processEvent(Event wcwEvent)
wcwEvent - void removeAllListenersForEventContext(EventContext context)
context - void removeListener(Listener l)
l -