Uses of Interface
org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
Packages that use ListenerHook.ListenerInfo
Package
Description
Framework Service Hooks Package Version 1.1.
-
Uses of ListenerHook.ListenerInfo in org.apache.felix.framework.util
Classes in org.apache.felix.framework.util that implement ListenerHook.ListenerInfoMethods in org.apache.felix.framework.util that return ListenerHook.ListenerInfoModifier and TypeMethodDescriptionEventDispatcher.removeListener(BundleContext bc, Class clazz, EventListener l) Methods in org.apache.felix.framework.util that return types with arguments of type ListenerHook.ListenerInfoModifier and TypeMethodDescriptionEventDispatcher.getAllServiceListeners()Returns all existing service listener information into a collection of ListenerHook.ListenerInfo objects.Method parameters in org.apache.felix.framework.util with type arguments of type ListenerHook.ListenerInfoModifier and TypeMethodDescriptionvoidSecureAction.invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) voidSecureAction.invokeServiceListenerHookAdded(ListenerHook lh, Collection<ListenerHook.ListenerInfo> listeners) voidSecureAction.invokeServiceListenerHookRemoved(ListenerHook lh, Collection<ListenerHook.ListenerInfo> listeners) -
Uses of ListenerHook.ListenerInfo in org.osgi.framework.hooks.service
Method parameters in org.osgi.framework.hooks.service with type arguments of type ListenerHook.ListenerInfoModifier and TypeMethodDescriptionvoidListenerHook.added(Collection<ListenerHook.ListenerInfo> listeners) Added listeners hook method.voidEventListenerHook.event(ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) Event listener hook method.voidListenerHook.removed(Collection<ListenerHook.ListenerInfo> listeners) Removed listeners hook method.