Uses of Interface
org.osgi.service.cdi.reference.BindServiceReference
-
Uses of BindServiceReference in org.osgi.service.cdi.reference
Modifier and TypeMethodDescriptionBindServiceReference.adding
(BiConsumer<ServiceReference<S>, S> action) Subscribe an action to the adding service event.BindServiceReference.adding
(Consumer<ServiceReference<S>> action) Subscribe an action to the adding service event.BindServiceReference.modified
(BiConsumer<ServiceReference<S>, S> action) Subscribe an action to the modified service event.BindServiceReference.modified
(Consumer<ServiceReference<S>> action) Subscribe an action to the modified service event.BindServiceReference.removed
(BiConsumer<ServiceReference<S>, S> action) Subscribe an action to the removed service event.BindServiceReference.removed
(Consumer<ServiceReference<S>> action) Subscribe an action to the removed service event.