Uses of Interface
org.eclipse.osgi.framework.eventmgr.EventDispatcher

Packages that use EventDispatcher
org.eclipse.osgi.baseadaptor.bundlefile   
org.eclipse.osgi.framework.eventmgr   
org.eclipse.osgi.framework.internal.core   
 

Uses of EventDispatcher in org.eclipse.osgi.baseadaptor.bundlefile
 

Classes in org.eclipse.osgi.baseadaptor.bundlefile that implement EventDispatcher
 class MRUBundleFileList
          A simple/quick/small implementation of an MRU (Most Recently Used) list to keep track of open BundleFiles.
 

Uses of EventDispatcher in org.eclipse.osgi.framework.eventmgr
 

Methods in org.eclipse.osgi.framework.eventmgr with parameters of type EventDispatcher
 void ListenerQueue.queueListeners(EventListeners<K,V> listeners, EventDispatcher<K,V,E> dispatcher)
          Deprecated. As of 3.5. Replaced by ListenerQueue.queueListeners(Set, EventDispatcher).
 void ListenerQueue.queueListeners(Set<Map.Entry<K,V>> listeners, EventDispatcher<K,V,E> dispatcher)
          Add a set of listeners to the snapshot list.
 

Uses of EventDispatcher in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement EventDispatcher
 class BundleContextImpl
          Bundle's execution context.
 class StartLevelManager
          StartLevel service implementation for the OSGi specification.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.