Interface StateMachineEventResult<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Known Implementing Classes:
StateMachineEventResult.DefaultStateMachineEventResult

public interface StateMachineEventResult<S,E>
Interface defining a result for sending an event to a statemachine.
Author:
Janne Valkealahti