T - type of State MachineS - type of StateE - type of EventC - type of Contextpublic interface When<T extends StateMachine<T,S,E,C>,S,E,C>
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(String methodName)
Define action method to be called during transition.
|
void |
evalMvel(String expression)
Define mvel action to be performed during transition
|
void |
perform(Action<T,S,E,C> action)
Define action to be performed during transition
|
void |
perform(List<? extends Action<T,S,E,C>> actions)
Define actions to be performed during transition.
|
void perform(Action<T,S,E,C> action)
action - performed actionvoid perform(List<? extends Action<T,S,E,C>> actions)
actions - performed actionsvoid evalMvel(String expression)
expression - mvel expressionvoid callMethod(String methodName)
methodName - method nameCopyright © 2013–2016. All rights reserved.