EventListenerHook
.@ConsumerType public interface EventHook
Bundles registering this service will be called during framework service (register, modify, and unregister service) operations.
Modifier and Type | Method and Description |
---|---|
void |
event(ServiceEvent event,
java.util.Collection<BundleContext> contexts)
Deprecated.
Event hook method.
|
void event(ServiceEvent event, java.util.Collection<BundleContext> contexts)
event
- The service event to be delivered.contexts
- A collection of Bundle Contexts for bundles which have
listeners to which the specified event will be delivered. The
implementation of this method may remove bundle contexts from the
collection to prevent the event from being delivered to the
associated bundles. The collection supports all the optional
Collection
operations except add
and
addAll
. Attempting to add to the collection will result in
an UnsupportedOperationException
. The collection is not
synchronized.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0