- java.lang.Object
-
- io.github.interacto.fsm.CancellingState<E>
-
- All Implemented Interfaces:
InputState<E>,State<E>
public class CancellingState<E> extends Object implements InputState<E>
-
-
Constructor Summary
Constructors Constructor Description CancellingState(FSM<E> stateMachine, String stateName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenter()FSM<E>getFSM()StringgetName()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.interacto.fsm.State
checkStartingState, getFSM, getName, uninstall
-
-
-
-
Method Detail
-
enter
public void enter()
- Specified by:
enterin interfaceInputState<E>
-
-