TState - the type of the states.TEvent - the type of the events.public interface TransitionCompletedEventArgs<TState,TEvent> extends TransitionEventArgs<TState,TEvent>
| Modifier and Type | Method and Description |
|---|---|
TState |
getNewStateId()
Gets the new state id the state machine is in after the transition.
|
getEventArguments, getEventId, getStateIdTState getNewStateId()
Copyright © 2012 bbv Software Services AG. All Rights Reserved.