Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.osgi.framework | |
org.osgi.framework.hooks.service |
Modifier and Type | Method and Description |
---|---|
void |
Logger.serviceChanged(ServiceEvent event)
This method implements the callback for the ServiceListener interface.
|
void |
ServiceRegistry.ServiceRegistryCallbacks.serviceChanged(ServiceEvent event,
Dictionary oldProps) |
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fireServiceEvent(ServiceEvent event,
Dictionary oldProps,
Framework felix) |
void |
SecureAction.invokeServiceEventHook(EventHook eh,
ServiceEvent event,
Collection<BundleContext> contexts) |
void |
SecureAction.invokeServiceEventListenerHook(EventListenerHook elh,
ServiceEvent event,
Map<BundleContext,Collection<ListenerHook.ListenerInfo>> listeners) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceListener.serviceChanged(ServiceEvent event)
Receives notification that a service has had a lifecycle change.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHook.event(ServiceEvent event,
Collection<BundleContext> contexts)
Deprecated.
Event hook method.
|
void |
EventListenerHook.event(ServiceEvent event,
Map<BundleContext,Collection<ListenerHook.ListenerInfo>> listeners)
Event listener hook method.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.