Uses of Interface
org.osgi.framework.ServiceListener
-
Packages that use ServiceListener Package Description org.osgi.framework Framework Package Version 1.9.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of ServiceListener in org.osgi.framework
Subinterfaces of ServiceListener in org.osgi.framework Modifier and Type Interface Description interfaceAllServiceListenerAServiceEventlistener that does not filter based upon package wiring.interfaceUnfilteredServiceListenerAServiceEventlistener that does not filter based upon any filter string specified toBundleContext.addServiceListener(ServiceListener, String).Methods in org.osgi.framework with parameters of type ServiceListener Modifier and Type Method Description voidBundleContext. addServiceListener(ServiceListener listener)Adds the specifiedServiceListenerobject to the context bundle's list of listeners.voidBundleContext. addServiceListener(ServiceListener listener, java.lang.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 ServiceListener Modifier and Type Class Description private classServiceTracker.AllTrackedSubclass of Tracked which implements the AllServiceListener interface.private classServiceTracker.TrackedInner class which subclasses AbstractTracked.
-