Uses of Interface
org.osgi.framework.BundleListener
Packages that use BundleListener
-
Uses of BundleListener in org.osgi.framework
Subinterfaces of BundleListener in org.osgi.frameworkModifier and TypeInterfaceDescriptioninterfaceA synchronousBundleEventlistener.Methods in org.osgi.framework with parameters of type BundleListenerModifier and TypeMethodDescriptionvoidBundleContext.addBundleListener(BundleListener listener) Adds the specifiedBundleListenerobject to the context bundle's list of listeners if not already present.voidBundleContext.removeBundleListener(BundleListener listener) Removes the specifiedBundleListenerobject from the context bundle's list of listeners.