Package com.pixelmed.event
Interface EventDispatcher
-
- All Known Implementing Classes:
ApplicationEventDispatcher
public interface EventDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(Listener l)voidprocessEvent(Event wcwEvent)voidremoveAllListenersForEventContext(EventContext context)voidremoveListener(Listener l)
-
-
-
Method Detail
-
addListener
void addListener(Listener l)
- Parameters:
l-
-
removeListener
void removeListener(Listener l)
- Parameters:
l-
-
removeAllListenersForEventContext
void removeAllListenersForEventContext(EventContext context)
- Parameters:
context-
-
processEvent
void processEvent(Event wcwEvent)
- Parameters:
wcwEvent-
-
-