Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.eclipse.equinox.log.internal | |
org.eclipse.osgi.internal.serviceregistry | |
org.osgi.framework |
Framework Package Version 1.7.
|
org.osgi.framework.hooks.service |
Framework Service Hooks Package Version 1.1.
|
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 |
LogServiceManager.serviceChanged(ServiceEvent event)
ServiceListener.serviceChanged method.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.publishServiceEvent(ServiceEvent event)
Deliver a ServiceEvent.
|
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 © 2007–2018 The Apache Software Foundation. All rights reserved.