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 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.