Uses of Interface
org.osgi.framework.ServiceListener
Packages that use ServiceListener
Package
Description
Framework Package Version 1.8.
Tracker Package Version 1.5.
-
Uses of ServiceListener in org.apache.felix.framework
Classes in org.apache.felix.framework that implement ServiceListenerModifier and TypeClassDescriptionclassThis class mimics the standard OSGi LogService interface.Methods in org.apache.felix.framework with parameters of type ServiceListenerModifier and TypeMethodDescriptionvoidBundleContextImpl.addServiceListener(ServiceListener l) voidBundleContextImpl.addServiceListener(ServiceListener l, String s) (package private) voidFelix.addServiceListener(BundleImpl bundle, ServiceListener l, String f) Implementation for BundleContext.addServiceListener().voidBundleContextImpl.removeServiceListener(ServiceListener l) (package private) voidFelix.removeServiceListener(BundleImpl bundle, ServiceListener l) Implementation for BundleContext.removeServiceListener(). -
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.