A C D E G I N O P S 

I

IEntryExitAction<StateId,Event> - Interface in com.kangirigungi.jstatemachine
Callback interface for state entry and exit actions.
IGuard<StateId,Event> - Interface in com.kangirigungi.jstatemachine
Callback interface for guards.
IllegalEventException - Exception in com.kangirigungi.jstatemachine
Thrown when an event is null where it is not allowed.
IllegalEventException() - Constructor for exception com.kangirigungi.jstatemachine.IllegalEventException
 
IllegalEventException(String, Throwable) - Constructor for exception com.kangirigungi.jstatemachine.IllegalEventException
 
IllegalEventException(String) - Constructor for exception com.kangirigungi.jstatemachine.IllegalEventException
 
IllegalEventException(Throwable) - Constructor for exception com.kangirigungi.jstatemachine.IllegalEventException
 
InTransitionException - Exception in com.kangirigungi.jstatemachine
Thrown when a transition is triggered while another transition is in progress.
InTransitionException() - Constructor for exception com.kangirigungi.jstatemachine.InTransitionException
 
InTransitionException(String, Throwable) - Constructor for exception com.kangirigungi.jstatemachine.InTransitionException
 
InTransitionException(String) - Constructor for exception com.kangirigungi.jstatemachine.InTransitionException
 
InTransitionException(Throwable) - Constructor for exception com.kangirigungi.jstatemachine.InTransitionException
 
IState<StateId,Event> - Interface in com.kangirigungi.jstatemachine
 
IStateMachine<StateId,Event> - Interface in com.kangirigungi.jstatemachine
Interface for a state machine.
ITransitionAction<StateId,Event> - Interface in com.kangirigungi.jstatemachine
Callback interface for transition actions.
A C D E G I N O P S