Uses of Interface
io.github.interacto.fsm.FSMHandler
-
Packages that use FSMHandler Package Description io.github.interacto.binding io.github.interacto.fsm -
-
Uses of FSMHandler in io.github.interacto.binding
Subinterfaces of FSMHandler in io.github.interacto.binding Modifier and Type Interface Description interfaceWidgetBinding<C extends Command>The concept of widget binding and its related services.Classes in io.github.interacto.binding that implement FSMHandler Modifier and Type Class Description classWidgetBindingImpl<C extends Command,I extends InteractionImpl<D,?,?>,D extends InteractionData>The base class to do widget bindings, i.e. bindings between user interactions and (undoable) commands. -
Uses of FSMHandler in io.github.interacto.fsm
Fields in io.github.interacto.fsm with type parameters of type FSMHandler Modifier and Type Field Description protected Set<FSMHandler>FSM. handlersThe handler that want to be notified when the state machine of the interaction changed.Methods in io.github.interacto.fsm with parameters of type FSMHandler Modifier and Type Method Description voidFSM. addHandler(FSMHandler handler)Adds an FSM handler.voidFSM. removeHandler(FSMHandler handler)Removes the given FSM handler from this FSM.
-