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 TypeFieldDescription(package private) List<ExtendedServiceListener<ExtendedServiceEvent>> BundleComponentActivator.ListenerInfo.listenersMethods in org.apache.felix.scr.impl with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoidBundleComponentActivator.ListenerInfo.add(ExtendedServiceListener<ExtendedServiceEvent> listener) voidBundleComponentActivator.addServiceListener(String serviceFilterString, ExtendedServiceListener<ExtendedServiceEvent> listener) booleanBundleComponentActivator.ListenerInfo.remove(ExtendedServiceListener<ExtendedServiceEvent> listener) voidBundleComponentActivator.removeServiceListener(String serviceFilterString, 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 classInner class which subclasses AbstractTracked.Methods in org.apache.felix.scr.impl.manager with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoidExtendedServiceListenerContext.addServiceListener(String serviceFilterString, ExtendedServiceListener<U> listener) voidExtendedServiceListenerContext.removeServiceListener(String serviceFilterString, ExtendedServiceListener<U> listener)