Uses of Interface
org.osgi.framework.BundleListener

Packages that use BundleListener
org.eclipse.osgi.event   
org.osgi.framework   
 

Uses of BundleListener in org.eclipse.osgi.event
 

Subinterfaces of BundleListener in org.eclipse.osgi.event
 interface BatchBundleListener
          A batch BundleEvent listener.
 

Uses of BundleListener in org.osgi.framework
 

Subinterfaces of BundleListener in org.osgi.framework
 interface SynchronousBundleListener
          A synchronous BundleEvent listener.
 

Methods in org.osgi.framework with parameters of type BundleListener
 void BundleContext.addBundleListener(BundleListener listener)
          Adds the specified BundleListener object to the context bundle's list of listeners if not already present.
 void BundleContext.removeBundleListener(BundleListener listener)
          Removes the specified BundleListener object from the context bundle's list of listeners.