| Package | Description |
|---|---|
| org.osgi.framework |
Framework Package Version 1.8.
|
| org.osgi.framework.hooks.service |
Framework Service Hooks Package Version 1.1.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServiceListener.serviceChanged(ServiceEvent event) |
Receives notification that a service has had a lifecycle change.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
EventHook.event(ServiceEvent event,
java.util.Collection<BundleContext> contexts) |
Deprecated.
Event hook method.
|
void |
EventListenerHook.event(ServiceEvent event,
java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners) |
Event listener hook method.
|