Interface Transition<S>
public interface Transition<S>
Interface to implement a Transition
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(StateMachine<S> stateMachine) Method to execute the transition
-
Method Details
-
execute
Method to execute the transition- Parameters:
stateMachine- stateMachine- Throws:
Throwable- throwable
-