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.filterMapMethods in org.apache.felix.scr.impl with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoidBundleComponentActivator.ListenerInfo.add(org.osgi.framework.Filter filter, ExtendedServiceListener<ExtendedServiceEvent> listener) voidBundleComponentActivator.addServiceListener(String classNameFilter, org.osgi.framework.Filter eventFilter, ExtendedServiceListener<ExtendedServiceEvent> listener) booleanBundleComponentActivator.ListenerInfo.remove(org.osgi.framework.Filter filter, ExtendedServiceListener<ExtendedServiceEvent> listener) voidBundleComponentActivator.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 classInner class which subclasses AbstractTracked.Methods in org.apache.felix.scr.impl.manager with parameters of type ExtendedServiceListenerModifier and TypeMethodDescriptionvoidExtendedServiceListenerContext.addServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener) voidExtendedServiceListenerContext.removeServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)