Uses of Interface
org.osgi.framework.BundleListener
-
Packages that use BundleListener Package Description org.osgi.framework Framework Package Version 1.9.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of BundleListener in org.osgi.framework
Subinterfaces of BundleListener in org.osgi.framework Modifier and Type Interface Description interfaceSynchronousBundleListenerA synchronousBundleEventlistener.Methods in org.osgi.framework with parameters of type BundleListener Modifier and Type Method Description voidBundleContext. 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. -
Uses of BundleListener in org.osgi.util.tracker
Classes in org.osgi.util.tracker that implement BundleListener Modifier and Type Class Description private classBundleTracker.TrackedInner class which subclasses AbstractTracked.
-