Uses of Interface
org.osgi.framework.hooks.service.ListenerHook.ListenerInfo

Packages that use ListenerHook.ListenerInfo
org.apache.felix.framework.util   
org.osgi.framework.hooks.service   
 

Uses of ListenerHook.ListenerInfo in org.apache.felix.framework.util
 

Classes in org.apache.felix.framework.util that implement ListenerHook.ListenerInfo
 class ListenerInfo
           
 

Methods in org.apache.felix.framework.util that return ListenerHook.ListenerInfo
 ListenerHook.ListenerInfo EventDispatcher.removeListener(BundleContext bc, java.lang.Class clazz, java.util.EventListener l)
           
 

Methods in org.apache.felix.framework.util that return types with arguments of type ListenerHook.ListenerInfo
 java.util.Collection<ListenerHook.ListenerInfo> EventDispatcher.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.ListenerInfo
 void SecureAction.invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
           
 void SecureAction.invokeServiceListenerHookAdded(ListenerHook lh, java.util.Collection<ListenerHook.ListenerInfo> listeners)
           
 void SecureAction.invokeServiceListenerHookRemoved(ListenerHook lh, java.util.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.ListenerInfo
 void ListenerHook.added(java.util.Collection<ListenerHook.ListenerInfo> listeners)
          Added listeners hook method.
 void EventListenerHook.event(ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
          Event listener hook method.
 void ListenerHook.removed(java.util.Collection<ListenerHook.ListenerInfo> listeners)
          Removed listeners hook method.
 



Copyright © 2012. All Rights Reserved.