Package | Description |
---|---|
org.apache.felix.framework.util | |
org.osgi.framework.hooks.service |
Framework Service Hooks Package Version 1.1.
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerInfo |
Modifier and Type | Method and Description |
---|---|
ListenerHook.ListenerInfo |
EventDispatcher.removeListener(BundleContext bc,
Class clazz,
EventListener l) |
Modifier and Type | Method and Description |
---|---|
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,
Map<BundleContext,Collection<ListenerHook.ListenerInfo>> listeners) |
void |
SecureAction.invokeServiceListenerHookAdded(ListenerHook lh,
Collection<ListenerHook.ListenerInfo> listeners) |
void |
SecureAction.invokeServiceListenerHookRemoved(ListenerHook lh,
Collection<ListenerHook.ListenerInfo> listeners) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.