public interface GuardSyntax<TState,TEvent> extends EventSyntax<TState,TEvent>
| Modifier and Type | Method and Description |
|---|---|
EventSyntax<TState,TEvent> |
onlyIf(boolean guard)
Defines a guard for a transition.
|
EventSyntax<TState,TEvent> |
onlyIf(Function<Object[],Boolean> guard)
Defines a guard for a transition.
|
onEventSyntax<TState,TEvent> onlyIf(boolean guard)
a - function call using the from construct.Copyright © 2012 bbv Software Services AG. All Rights Reserved.