static OnInputLifecycle.Builder |
OnInputLifecycle.builder() |
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Collection<Event> events) |
Specifies the actions performed when the condition evaluates to TRUE.
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Consumer<Event.Builder>... events) |
Specifies the actions performed when the condition evaluates to TRUE.
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Event... events) |
Specifies the actions performed when the condition evaluates to TRUE.
|
OnInputLifecycle.Builder |
OnInputLifecycle.toBuilder() |
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(Collection<TransitionEvent> transitionEvents) |
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(Consumer<TransitionEvent.Builder>... transitionEvents) |
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(TransitionEvent... transitionEvents) |
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
|