Uses of Interface
org.eclipse.osgi.framework.eventmgr.EventDispatcher
Package
Description
Provides the event manager API.
-
Uses of EventDispatcher in org.eclipse.osgi.framework.eventmgr
Modifier and TypeMethodDescriptionvoid
ListenerQueue.queueListeners
(Set<Map.Entry<K, V>> listeners, EventDispatcher<K, V, E> dispatcher) Add a set of listeners to the snapshot list.void
ListenerQueue.queueListeners
(EventListeners<K, V> listeners, EventDispatcher<K, V, E> dispatcher) Deprecated.As of 3.5. -
Uses of EventDispatcher in org.eclipse.osgi.storage.bundlefile
Modifier and TypeClassDescriptionclass
A simple/quick/small implementation of an MRU (Most Recently Used) list to keep track of open BundleFiles.