Package | Description |
---|---|
org.osgi.service.cdi.reference |
CDI Integration Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
BindServiceReference<S> |
BindServiceReference.adding(BiConsumer<ServiceReference<S>,S> action)
Subscribe an action to the adding service event.
|
BindServiceReference<S> |
BindServiceReference.adding(Consumer<ServiceReference<S>> action)
Subscribe an action to the adding service event.
|
BindServiceReference<S> |
BindServiceReference.modified(BiConsumer<ServiceReference<S>,S> action)
Subscribe an action to the modified service event.
|
BindServiceReference<S> |
BindServiceReference.modified(Consumer<ServiceReference<S>> action)
Subscribe an action to the modified service event.
|
BindServiceReference<S> |
BindServiceReference.removed(BiConsumer<ServiceReference<S>,S> action)
Subscribe an action to the removed service event.
|
BindServiceReference<S> |
BindServiceReference.removed(Consumer<ServiceReference<S>> action)
Subscribe an action to the removed service event.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0