Uses of Interface
org.apache.felix.scr.impl.manager.ExtendedServiceListener
Packages that use ExtendedServiceListener
-
Uses of ExtendedServiceListener in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl with type parameters of type ExtendedServiceListenerModifier and TypeFieldDescriptionprivate Map
<org.osgi.framework.Filter, List<ExtendedServiceListener<ExtendedServiceEvent>>> BundleComponentActivator.ListenerInfo.filterMap
Methods in org.apache.felix.scr.impl with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoid
BundleComponentActivator.ListenerInfo.add
(org.osgi.framework.Filter filter, ExtendedServiceListener<ExtendedServiceEvent> listener) void
BundleComponentActivator.addServiceListener
(String classNameFilter, org.osgi.framework.Filter eventFilter, ExtendedServiceListener<ExtendedServiceEvent> listener) boolean
BundleComponentActivator.ListenerInfo.remove
(org.osgi.framework.Filter filter, ExtendedServiceListener<ExtendedServiceEvent> listener) void
BundleComponentActivator.removeServiceListener
(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<ExtendedServiceEvent> listener) -
Uses of ExtendedServiceListener in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ExtendedServiceListenerModifier and TypeClassDescriptionprivate class
Inner class which subclasses AbstractTracked.Methods in org.apache.felix.scr.impl.manager with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoid
ExtendedServiceListenerContext.addServiceListener
(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener) void
ExtendedServiceListenerContext.removeServiceListener
(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)