Uses of Class
org.osgi.framework.BundleEvent

Packages that use BundleEvent
org.apache.felix.framework.util   
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.5. 
org.osgi.util.tracker Tracker Package Version 1.4. 
 

Uses of BundleEvent in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type BundleEvent
 void EventDispatcher.fireBundleEvent(BundleEvent event)
           
 

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

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleEvent
 void FrameworkCommandProvider.bundleChanged(BundleEvent event)
          This is used to track lazily activated bundles.
 void Framework.publishBundleEventPrivileged(BundleEvent event)
           
 

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

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleEvent
 void BaseStorage.bundleChanged(BundleEvent event)
           
 

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

Methods in org.eclipse.osgi.internal.composite with parameters of type BundleEvent
 void CompositeConfigurator.bundleChanged(BundleEvent event)
           
 

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

Methods in org.eclipse.osgi.internal.loader.buddy with parameters of type BundleEvent
 void PolicyHandler.bundleChanged(BundleEvent event)
           
 

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

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BundleEvent
 void BundleInstallListener.bundleChanged(BundleEvent event)
           
 

Uses of BundleEvent in org.osgi.framework
 

Methods in org.osgi.framework with parameters of type BundleEvent
 void BundleListener.bundleChanged(BundleEvent event)
          Receives notification that a bundle has had a lifecycle change.
 

Uses of BundleEvent in org.osgi.util.tracker
 

Methods in org.osgi.util.tracker with parameters of type BundleEvent
 java.lang.Object BundleTrackerCustomizer.addingBundle(Bundle bundle, BundleEvent event)
          A bundle is being added to the BundleTracker.
 java.lang.Object BundleTracker.addingBundle(Bundle bundle, BundleEvent event)
          Default implementation of the BundleTrackerCustomizer.addingBundle method.
 void BundleTrackerCustomizer.modifiedBundle(Bundle bundle, BundleEvent event, java.lang.Object object)
          A bundle tracked by the BundleTracker has been modified.
 void BundleTracker.modifiedBundle(Bundle bundle, BundleEvent event, java.lang.Object object)
          Default implementation of the BundleTrackerCustomizer.modifiedBundle method.
 void BundleTrackerCustomizer.removedBundle(Bundle bundle, BundleEvent event, java.lang.Object object)
          A bundle tracked by the BundleTracker has been removed.
 void BundleTracker.removedBundle(Bundle bundle, BundleEvent event, java.lang.Object object)
          Default implementation of the BundleTrackerCustomizer.removedBundle method.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.