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 TypeMethodDescriptionvoid
SecureAction.invokeServiceEventListenerHook
(EventListenerHook elh, ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) void
SecureAction.invokeServiceListenerHookAdded
(ListenerHook lh, Collection<ListenerHook.ListenerInfo> listeners) void
SecureAction.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 TypeMethodDescriptionvoid
ListenerHook.added
(Collection<ListenerHook.ListenerInfo> listeners) Added listeners hook method.void
EventListenerHook.event
(ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) Event listener hook method.void
ListenerHook.removed
(Collection<ListenerHook.ListenerInfo> listeners) Removed listeners hook method.