Uses of Class
org.osgi.framework.BundleEvent
Packages that use BundleEvent
Package
Description
Framework Package Version 1.8.
Framework Bundle Hooks Package Version 1.1.
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 BundleEventModifier and TypeMethodDescriptionvoid
EventDispatcher.fireBundleEvent
(BundleEvent event, Framework felix) void
SecureAction.invokeBundleEventHook
(EventHook eh, BundleEvent event, Collection<BundleContext> contexts) -
Uses of BundleEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type BundleEventModifier and TypeMethodDescriptionvoid
BundleListener.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 BundleEventModifier and TypeMethodDescriptionvoid
EventHook.event
(BundleEvent event, 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 BundleEventModifier and TypeMethodDescriptionBundleTracker.addingBundle
(Bundle bundle, BundleEvent event) Default implementation of theBundleTrackerCustomizer.addingBundle
method.BundleTrackerCustomizer.addingBundle
(Bundle bundle, BundleEvent event) A bundle is being added to theBundleTracker
.void
BundleTracker.modifiedBundle
(Bundle bundle, BundleEvent event, T object) Default implementation of theBundleTrackerCustomizer.modifiedBundle
method.void
BundleTrackerCustomizer.modifiedBundle
(Bundle bundle, BundleEvent event, T object) A bundle tracked by theBundleTracker
has been modified.void
BundleTracker.removedBundle
(Bundle bundle, BundleEvent event, T object) Default implementation of theBundleTrackerCustomizer.removedBundle
method.void
BundleTrackerCustomizer.removedBundle
(Bundle bundle, BundleEvent event, T object) A bundle tracked by theBundleTracker
has been removed.