Package com.pixelmed.event
Class ApplicationEventDispatcher
java.lang.Object
com.pixelmed.event.ApplicationEventDispatcher
- All Implemented Interfaces:
EventDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ApplicationEventDispatchervoidprocessEvent(Event event) voidvoid
-
Method Details
-
getApplicationEventDispatcher
-
addListener
- Specified by:
addListenerin interfaceEventDispatcher- Parameters:
l-
-
removeListener
- Specified by:
removeListenerin interfaceEventDispatcher- Parameters:
l-
-
removeAllListenersForEventContext
- Specified by:
removeAllListenersForEventContextin interfaceEventDispatcher- Parameters:
context- does nothing if null (i.e., does not remove listeners with null context)
-
processEvent
- Specified by:
processEventin interfaceEventDispatcher- Parameters:
event-
-