Uses of Interface
org.osgi.framework.BundleListener

Packages that use BundleListener
org.osgi.framework   
 

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 this context bundle's list of listeners if not already present.
 void BundleContext.removeBundleListener(BundleListener listener)
          Removes the specified BundleListener object from this context bundle's list of listeners.
 



Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.