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