Package | Description |
---|---|
org.apache.felix.framework.util | |
org.osgi.framework.hooks.service |
Modifier and Type | Class and Description |
---|---|
class |
ListenerInfo |
Modifier and Type | Method and Description |
---|---|
ListenerHook.ListenerInfo |
EventDispatcher.removeListener(BundleContext bc,
java.lang.Class clazz,
java.util.EventListener l) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ListenerHook.ListenerInfo> |
EventDispatcher.getAllServiceListeners()
Returns all existing service listener information into a collection of
ListenerHook.ListenerInfo objects.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.