Uses of Interface
org.osgi.framework.FrameworkListener
Packages that use FrameworkListener
-
Uses of FrameworkListener in org.osgi.framework
Methods in org.osgi.framework with parameters of type FrameworkListenerModifier and TypeMethodDescriptionvoidBundleContext.addFrameworkListener(FrameworkListener listener) Adds the specifiedFrameworkListenerobject to the context bundle's list of listeners if not already present.voidBundleContext.removeFrameworkListener(FrameworkListener listener) Removes the specifiedFrameworkListenerobject from the context bundle's list of listeners.