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>classOutputStateImpl<E>classStdState<E>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)TimeoutTransition(OutputState<E> srcState, InputState<E> tgtState, LongSupplier timeout)Transition(OutputState<E> srcState, InputState<E> tgtState)WidgetTransition(OutputState<E> srcState, InputState<E> tgtState) -
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)
-