Uses of Interface
io.hektor.fsm.FSM
Packages that use FSM
-
Uses of FSM in io.hektor.fsm
Methods in io.hektor.fsm that return FSMModifier and TypeMethodDescriptionDefinition.newInstance(Object uuid, C context, D data) Definition.newInstance(Object uuid, C context, D data, BiConsumer<S, Object> onUnhandledEvent, TransitionListener<S> transitionListener) Create a newFSMbased off of thisDefinitionand assign a unique UUID to this state machine. -
Uses of FSM in io.hektor.fsm.impl
Classes in io.hektor.fsm.impl that implement FSMModifier and TypeClassDescriptionclassMethods in io.hektor.fsm.impl that return FSMModifier and TypeMethodDescriptionDefinitionImpl.newInstance(Object uuid, C ctx, D data) DefinitionImpl.newInstance(Object uuid, C ctx, D data, BiConsumer<S, Object> unhandledEventHandler, TransitionListener<S> transitionListener)