Uses of Interface
org.osgi.service.cdi.reference.BindServiceReference
Packages that use BindServiceReference
-
Uses of BindServiceReference in org.osgi.service.cdi.reference
Methods in org.osgi.service.cdi.reference that return BindServiceReferenceModifier 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.