Uses of Class
org.osgi.framework.BundleEvent
Packages that use BundleEvent
Package
Description
Framework Package Version 1.10.
Framework Bundle Hooks Package Version 1.1.
-
Uses of BundleEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type BundleEventModifier and TypeMethodDescriptionvoidBundleListener.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 TypeMethodDescriptionvoidEventHook.event(BundleEvent event, Collection<BundleContext> contexts) Bundle event hook method.