Interface ObservableLifeCycleAutomatonAccessor
-
- All Known Subinterfaces:
ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty
public interface ObservableLifeCycleAutomatonAccessorProvides an accessor for anObservableLifeCycleStatusAutomatonproperty. TheObservableLifeCycleStatusAutomatonis a context passed (for example injected) to a service in order configure that service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutatorProvides a mutator for anObservableLifeCycleStatusAutomatonproperty.static interfaceObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonPropertyProvides anObservableLifeCycleStatusAutomatonproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObservableLifeCycleStatusAutomatongetObservableLifeCycleAutomaton()Provides access to theObservableLifeCycleStatusAutomatonproperty.
-
-
-
Method Detail
-
getObservableLifeCycleAutomaton
ObservableLifeCycleStatusAutomaton getObservableLifeCycleAutomaton()
Provides access to theObservableLifeCycleStatusAutomatonproperty.- Returns:
- The
ObservableLifeCycleStatusAutomatonproperty.
-
-