A C D E G I N O P S 

O

onEnter(IState<StateId, Event>, Event) - Method in interface com.kangirigungi.jstatemachine.IEntryExitAction
Called when the state is entered.
onExit(IState<StateId, Event>, Event) - Method in interface com.kangirigungi.jstatemachine.IEntryExitAction
Called when the state is exited.
onTransition(IState<StateId, Event>, IState<StateId, Event>, Event) - Method in interface com.kangirigungi.jstatemachine.ITransitionAction
Called when a state transition happens.
A C D E G I N O P S