TState - the type of the states.TEvent - the type of the events.public interface TransitionEventArgs<TState,TEvent> extends ContextEventArgs<TState,TEvent>
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getEventArguments()
Returns the event arguments.
|
TEvent |
getEventId()
Returns the event id of the transition.
|
TState |
getStateId()
Returns the id of the source state of the transition.
|
Object[] getEventArguments()
TEvent getEventId()
TState getStateId()
Copyright © 2012 bbv Software Services AG. All Rights Reserved.