-
- All Superinterfaces:
State<E>
- All Known Implementing Classes:
CancellingState,StdState,TerminalState
public interface InputState<E> extends State<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenter()-
Methods inherited from interface io.github.interacto.fsm.State
checkStartingState, getFSM, getName, uninstall
-
-
-
-
Method Detail
-
enter
void enter() throws CancelFSMException- Throws:
CancelFSMException
-
-