Uses of Interface
org.osgi.framework.BundleListener

Packages that use BundleListener
org.eclipse.equinox.log.internal   
org.eclipse.osgi.event   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader.buddy   
org.eclipse.osgi.internal.signedcontent   
org.osgi.framework Framework Package Version 1.6. 
 

Uses of BundleListener in org.eclipse.equinox.log.internal
 

Classes in org.eclipse.equinox.log.internal that implement BundleListener
 class ExtendedLogServiceFactory
           
 class LogServiceManager
           
 

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.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement BundleListener
 class FrameworkCommandProvider
          This class provides methods to execute commands from the command line.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleListener
 void BundleContextImpl.addBundleListener(BundleListener listener)
          Add a bundle listener.
 void BundleContextImpl.removeBundleListener(BundleListener listener)
          Remove a bundle listener.
 

Uses of BundleListener in org.eclipse.osgi.internal.baseadaptor
 

Classes in org.eclipse.osgi.internal.baseadaptor that implement BundleListener
 class BaseStorage
           
 

Uses of BundleListener in org.eclipse.osgi.internal.composite
 

Classes in org.eclipse.osgi.internal.composite that implement BundleListener
 class CompositeConfigurator
           
 

Uses of BundleListener in org.eclipse.osgi.internal.loader.buddy
 

Classes in org.eclipse.osgi.internal.loader.buddy that implement BundleListener
 class PolicyHandler
           
 

Uses of BundleListener in org.eclipse.osgi.internal.signedcontent
 

Classes in org.eclipse.osgi.internal.signedcontent that implement BundleListener
 class BundleInstallListener
           
 

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.
 



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