Uses of Interface
org.osgi.framework.ServiceListener
Packages that use ServiceListener
-
Uses of ServiceListener in org.osgi.framework
Subinterfaces of ServiceListener in org.osgi.frameworkModifier and TypeInterfaceDescriptioninterface
AServiceEvent
listener that does not filter based upon package wiring.Methods in org.osgi.framework with parameters of type ServiceListenerModifier and TypeMethodDescriptionvoid
BundleContext.addServiceListener
(ServiceListener listener) Adds the specifiedServiceListener
object to the context bundle's list of listeners.void
BundleContext.addServiceListener
(ServiceListener listener, String filter) Adds the specifiedServiceListener
object with the specifiedfilter
to the context bundle's list of listeners.void
BundleContext.removeServiceListener
(ServiceListener listener) Removes the specifiedServiceListener
object from the context bundle's list of listeners.