public interface EventActionSyntax<TState,TEvent> extends EventSyntax<TState,TEvent>
| Modifier and Type | Method and Description |
|---|---|
GuardSyntax<TState,TEvent> |
execute(Action... actions)
Defines the actions to execute on a transition.
|
ExecuteSyntax<TState,TEvent> |
goTo(TState target)
Defines where to go in response to an event.
|
onGuardSyntax<TState,TEvent> execute(Action... actions)
actions - The actions.ExecuteSyntax<TState,TEvent> goTo(TState target)
target - the target.Copyright © 2012 bbv Software Services AG. All Rights Reserved.