org.eclipse.osgi.framework.eventmgr |
|
Java Source File Name | Type | Comment |
EventDispatcher.java | Interface | The EventDispatcher interface contains the method that is called by the
Event Manager to complete the event delivery to the event listener. |
EventListeners.java | Class | This class manages a list of listeners. |
EventManager.java | Class | This class is the central class for the Event Manager. |
ListenerQueue.java | Class | The ListenerQueue is used to snapshot the set of listeners at the time the event
is fired. |