Uses of Interface
org.osgi.service.cdi.reference.BindBeanServiceObjects
-
Packages that use BindBeanServiceObjects Package Description org.osgi.service.cdi.reference CDI Integration Package Version 1.0. -
-
Uses of BindBeanServiceObjects in org.osgi.service.cdi.reference
Methods in org.osgi.service.cdi.reference that return BindBeanServiceObjects Modifier and Type Method Description BindBeanServiceObjects<S>BindBeanServiceObjects. adding(java.util.function.Consumer<BeanServiceObjects<S>> action)Subscribe an action to the adding service event.BindBeanServiceObjects<S>BindBeanServiceObjects. modified(java.util.function.Consumer<BeanServiceObjects<S>> action)Subscribe an action to the modified service event.BindBeanServiceObjects<S>BindBeanServiceObjects. removed(java.util.function.Consumer<BeanServiceObjects<S>> action)Subscribe an action to the removed service event.
-