Interface ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator
-
- All Known Subinterfaces:
ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonProperty
- Enclosing interface:
- ObservableLifeCycleAutomatonAccessor
public static interface ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutatorProvides a mutator for anObservableLifeCycleStatusAutomatonproperty. TheObservableLifeCycleStatusAutomatonis a context passed (for example injected) to a service in order configure that service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton aObservableLifeCycleAutomaton)Sets theObservableLifeCycleStatusAutomatonproperty.
-
-
-
Method Detail
-
setObservableLifeCycleAutomaton
void setObservableLifeCycleAutomaton(ObservableLifeCycleStatusAutomaton aObservableLifeCycleAutomaton)
Sets theObservableLifeCycleStatusAutomatonproperty.- Parameters:
aObservableLifeCycleAutomaton- TheObservableLifeCycleStatusAutomatonproperty.
-
-