Transition

constructor(onEventType: EventType, fromState: State, toState: State)

Parameters

onEventType

The EventType that triggers the Transition.

fromState

The State from which the Transition starts.

toState

The State to which the Transition leads.