Uses of Class
org.osgi.framework.BundleEvent
-
Packages that use BundleEvent Package Description org.apache.felix.framework.util org.osgi.framework Framework Package Version 1.8.org.osgi.framework.hooks.bundle Framework Bundle Hooks Package Version 1.1.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of BundleEvent in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type BundleEvent Modifier and Type Method Description voidEventDispatcher. fireBundleEvent(BundleEvent event, Framework felix)voidSecureAction. invokeBundleEventHook(EventHook eh, BundleEvent event, java.util.Collection<BundleContext> contexts) -
Uses of BundleEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type BundleEvent Modifier and Type Method Description voidBundleListener. bundleChanged(BundleEvent event)Receives notification that a bundle has had a lifecycle change. -
Uses of BundleEvent in org.osgi.framework.hooks.bundle
Methods in org.osgi.framework.hooks.bundle with parameters of type BundleEvent Modifier and Type Method Description voidEventHook. event(BundleEvent event, java.util.Collection<BundleContext> contexts)Bundle event hook method. -
Uses of BundleEvent in org.osgi.util.tracker
Methods in org.osgi.util.tracker with parameters of type BundleEvent Modifier and Type Method Description TBundleTracker. addingBundle(Bundle bundle, BundleEvent event)Default implementation of theBundleTrackerCustomizer.addingBundlemethod.TBundleTrackerCustomizer. addingBundle(Bundle bundle, BundleEvent event)A bundle is being added to theBundleTracker.voidBundleTracker.Tracked. bundleChanged(BundleEvent event)BundleListenermethod for theBundleTrackerclass.(package private) TBundleTracker.Tracked. customizerAdding(Bundle item, BundleEvent related)Call the specific customizer adding method.(package private) voidBundleTracker.Tracked. customizerModified(Bundle item, BundleEvent related, T object)Call the specific customizer modified method.(package private) voidBundleTracker.Tracked. customizerRemoved(Bundle item, BundleEvent related, T object)Call the specific customizer removed method.voidBundleTracker. modifiedBundle(Bundle bundle, BundleEvent event, T object)Default implementation of theBundleTrackerCustomizer.modifiedBundlemethod.voidBundleTrackerCustomizer. modifiedBundle(Bundle bundle, BundleEvent event, T object)A bundle tracked by theBundleTrackerhas been modified.voidBundleTracker. removedBundle(Bundle bundle, BundleEvent event, T object)Default implementation of theBundleTrackerCustomizer.removedBundlemethod.voidBundleTrackerCustomizer. removedBundle(Bundle bundle, BundleEvent event, T object)A bundle tracked by theBundleTrackerhas been removed.
-