Uses of Interface
org.osgi.framework.ServiceListener
-
Packages that use ServiceListener Package Description org.osgi.framework Framework Package Version 1.5. -
-
Uses of ServiceListener in org.osgi.framework
Subinterfaces of ServiceListener in org.osgi.framework Modifier and Type Interface Description interface
AllServiceListener
AServiceEvent
listener that does not filter based upon package wiring.Methods in org.osgi.framework with parameters of type ServiceListener Modifier and Type Method Description void
BundleContext. addServiceListener(ServiceListener listener)
Adds the specifiedServiceListener
object to the context bundle's list of listeners.void
BundleContext. addServiceListener(ServiceListener listener, java.lang.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.
-