|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceEvent | |
|---|---|
| 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.6. |
| org.osgi.framework.hooks.service | Framework Service Hooks Package Version 1.1. |
| Uses of ServiceEvent in org.apache.felix.framework |
|---|
| Methods in org.apache.felix.framework with parameters of type ServiceEvent | |
|---|---|
void |
Logger.serviceChanged(ServiceEvent event)
This method implements the callback for the ServiceListener interface. |
void |
ServiceRegistry.ServiceRegistryCallbacks.serviceChanged(ServiceEvent event,
Dictionary oldProps)
|
| Uses of ServiceEvent in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util with parameters of type ServiceEvent | |
|---|---|
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)
|
| Uses of ServiceEvent in org.eclipse.equinox.log.internal |
|---|
| Methods in org.eclipse.equinox.log.internal with parameters of type ServiceEvent | |
|---|---|
void |
LogServiceManager.serviceChanged(ServiceEvent event)
ServiceListener.serviceChanged method. |
| Uses of ServiceEvent in org.eclipse.osgi.internal.serviceregistry |
|---|
| Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type ServiceEvent | |
|---|---|
void |
ServiceRegistry.publishServiceEvent(ServiceEvent event)
Deliver a ServiceEvent. |
| Uses of ServiceEvent in org.osgi.framework |
|---|
| Methods in org.osgi.framework with parameters of type ServiceEvent | |
|---|---|
void |
ServiceListener.serviceChanged(ServiceEvent event)
Receives notification that a service has had a lifecycle change. |
| Uses of ServiceEvent in org.osgi.framework.hooks.service |
|---|
| Methods in org.osgi.framework.hooks.service with parameters of type ServiceEvent | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||