Uses of Interface
org.osgi.framework.ServiceListener
Packages that use ServiceListener
Package
Description
Framework Package Version 1.10.
Tracker Package Version 1.5.
-
Uses of ServiceListener in org.osgi.framework
Subinterfaces of ServiceListener in org.osgi.frameworkModifier and TypeInterfaceDescriptioninterfaceAServiceEventlistener that does not filter based upon package wiring.interfaceAServiceEventlistener that does not filter based upon any filter string specified toBundleContext.addServiceListener(ServiceListener, String).Methods in org.osgi.framework with parameters of type ServiceListenerModifier and TypeMethodDescriptionvoidBundleContext.addServiceListener(ServiceListener listener) Adds the specifiedServiceListenerobject to the context bundle's list of listeners.voidBundleContext.addServiceListener(ServiceListener listener, String filter) Adds the specifiedServiceListenerobject with the specifiedfilterto the context bundle's list of listeners.voidBundleContext.removeServiceListener(ServiceListener listener) Removes the specifiedServiceListenerobject from the context bundle's list of listeners. -
Uses of ServiceListener in org.osgi.util.tracker
Classes in org.osgi.util.tracker that implement ServiceListenerModifier and TypeClassDescriptionprivate classSubclass of Tracked which implements the AllServiceListener interface.private classInner class which subclasses AbstractTracked.