| Package | Description |
|---|---|
| io.hektor.fsm.builder | |
| io.hektor.fsm.builder.impl | |
| io.hektor.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
State |
StateBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
State |
StateBuilderImpl.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
StateImpl<S extends Enum<S>,C extends Context,D extends Data> |
| Constructor and Description |
|---|
DefinitionImpl(State<S,C,D>[] states) |
FsmImpl(Object uuid,
State[] states,
S initialState,
C ctx,
D data,
BiConsumer<S,Object> unhandledEventHandler,
TransitionListener<S> transitionListener) |
Copyright © 2019. All rights reserved.