Uses of Interface
org.osgi.framework.BundleListener
Packages that use BundleListener
Package
Description
Framework Package Version 1.10.
Tracker Package Version 1.5.
-
Uses of BundleListener in org.osgi.framework
Subinterfaces of BundleListener in org.osgi.frameworkModifier and TypeInterfaceDescriptioninterface
A synchronousBundleEvent
listener.Methods in org.osgi.framework with parameters of type BundleListenerModifier and TypeMethodDescriptionvoid
BundleContext.addBundleListener
(BundleListener listener) Adds the specifiedBundleListener
object to the context bundle's list of listeners if not already present.void
BundleContext.removeBundleListener
(BundleListener listener) Removes the specifiedBundleListener
object from the context bundle's list of listeners. -
Uses of BundleListener in org.osgi.util.tracker
Classes in org.osgi.util.tracker that implement BundleListenerModifier and TypeClassDescriptionprivate final class
Inner class which subclasses AbstractTracked.