Uses of Interface
io.github.interacto.fsm.OutputState
-
Packages that use OutputState Package Description io.github.interacto.fsm io.github.interacto.interaction -
-
Uses of OutputState in io.github.interacto.fsm
Classes in io.github.interacto.fsm that implement OutputState Modifier and Type Class Description classInitState<E>An FSM state.classOutputStateImpl<E>Base implementation of the OutputState interface.classStdState<E>An FSM state.Fields in io.github.interacto.fsm declared as OutputState Modifier and Type Field Description protected OutputState<E>FSM. currentStateprotected OutputState<E>Transition. srcFields in io.github.interacto.fsm with type parameters of type OutputState Modifier and Type Field Description protected io.reactivex.subjects.PublishSubject<Map.Entry<OutputState<E>,OutputState<E>>>FSM. currentStatePublisherprotected io.reactivex.subjects.PublishSubject<Map.Entry<OutputState<E>,OutputState<E>>>FSM. currentStatePublisherMethods in io.github.interacto.fsm that return OutputState Modifier and Type Method Description OutputState<E>FSM. getCurrentState()Methods in io.github.interacto.fsm that return types with arguments of type OutputState Modifier and Type Method Description io.reactivex.Observable<Map.Entry<OutputState<E>,OutputState<E>>>FSM. currentState()io.reactivex.Observable<Map.Entry<OutputState<E>,OutputState<E>>>FSM. currentState()Methods in io.github.interacto.fsm with parameters of type OutputState Modifier and Type Method Description protected voidFSM. setCurrentState(OutputState<E> state)Constructors in io.github.interacto.fsm with parameters of type OutputState Constructor Description SubFSMTransition(OutputState<E> srcState, InputState<E> tgtState, FSM<E> fsm)Creates the transition.TimeoutTransition(OutputState<E> srcState, InputState<E> tgtState, LongSupplier timeout)Creates the timeout transition.Transition(OutputState<E> srcState, InputState<E> tgtState)Creates the transition.WidgetTransition(OutputState<E> srcState, InputState<E> tgtState)Creates the transition. -
Uses of OutputState in io.github.interacto.interaction
Methods in io.github.interacto.interaction with parameters of type OutputState Modifier and Type Method Description protected abstract voidInteractionImpl. updateEventsRegistered(OutputState<E> newState, OutputState<E> oldState)
-