Uses of Package
io.github.interacto.fsm
-
Packages that use io.github.interacto.fsm Package Description io.github.interacto.binding io.github.interacto.fsm io.github.interacto.interaction -
Classes in io.github.interacto.fsm used by io.github.interacto.binding Class Description CancelFSMException The exception an FSM will throw to cancel the user interaction.FSMHandler Defines a handler that can register an FSM to receive notifications about changes in the state of the FSM. -
Classes in io.github.interacto.fsm used by io.github.interacto.fsm Class Description CancelFSMException The exception an FSM will throw to cancel the user interaction.FSM A finite state machine that defines the behavior of a user interaction.FSMHandler Defines a handler that can register an FSM to receive notifications about changes in the state of the FSM.InitState An FSM state.InputState Defines a type of state that can receive input events.OutputState Defines a type of state that can produce as output events.OutputStateImpl Base implementation of the OutputState interface.State The base type of an FSM state.StdState An FSM state.TimeoutTransition A timeout transition is an FSM transition that is not executed by an event: the FSM goes through such a transition on a timeout.Transition The base implementation of a FSM transition. -
Classes in io.github.interacto.fsm used by io.github.interacto.interaction Class Description FSM A finite state machine that defines the behavior of a user interaction.OutputState Defines a type of state that can produce as output events.