public interface ExecuteSyntax<TState,TEvent> extends GuardSyntax<TState,TEvent>
| Modifier and Type | Method and Description |
|---|---|
GuardSyntax<TState,TEvent> |
execute(Action... actions)
Defines the actions to execute on a transition.
|
GuardSyntax<TState,TEvent> |
execute(Object... methodCall)
Defines the actions to execute on a transition.
|
onlyIf, onlyIfonGuardSyntax<TState,TEvent> execute(Action... actions)
actions - The actions.GuardSyntax<TState,TEvent> execute(Object... methodCall)
actions - The actions.Copyright © 2012 bbv Software Services AG. All Rights Reserved.