Interface StateMachineTransitionConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Known Implementing Classes:
StateMachineTransitionBuilder

public interface StateMachineTransitionConfigurer<S,E>
Configurer interface exposing different type of transitions.
Author:
Janne Valkealahti