Uses of Interface
org.eclipse.osgi.framework.eventmgr.EventDispatcher
-
Packages that use EventDispatcher Package Description org.eclipse.osgi.framework.eventmgr Provides the event manager API. -
-
Uses of EventDispatcher in org.eclipse.osgi.framework.eventmgr
Methods in org.eclipse.osgi.framework.eventmgr with parameters of type EventDispatcher Modifier and Type Method Description void
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.
-