S - State. This builder is not aware of the Event Type yet.public static class Transition.TransitionBuilder<S> extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> Transition.TransitionBuilder2<S,T> |
on(T eventType,
S to) |
<T> Transition.TransitionBuilder2<S,T> |
on(T eventType,
S to,
String guard) |
public <T> Transition.TransitionBuilder2<S,T> on(T eventType, S to)
eventType - to - public <T> Transition.TransitionBuilder2<S,T> on(T eventType, S to, String guard)
eventType - to - guard - Copyright © 2015. All rights reserved.