Uses of Class
io.hektor.fsm.builder.impl.StateBuilderImpl
Packages that use StateBuilderImpl
-
Uses of StateBuilderImpl in io.hektor.fsm.builder.impl
Methods in io.hektor.fsm.builder.impl that return StateBuilderImplModifier and TypeMethodDescriptionStateBuilderImpl.isFinal(boolean value) StateBuilderImpl.isInital(boolean value) StateBuilderImpl.withEnterAction(BiConsumer<C, D> action, Label label) Register an action that will be executed upon entering this state.StateBuilderImpl.withExitAction(BiConsumer<C, D> action, Label label) Register an action that will be executed upon exiting this state.StateBuilderImpl.withInitialEnterAction(BiConsumer<C, D> action, Label label) StateBuilderImpl.withSelfEnterAction(BiConsumer<C, D> action, Label label) StateBuilderImpl.withStateTimeout()Set the maximum time we allow to stay in this state.