| Package | Description |
|---|---|
| ch.bbv.fsm.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransitionCompletedEventArgs<TState,TEvent>
Defines the transition completed event argument.
|
interface |
TransitionExceptionEventArgs<TState,TEvent>
Defines the transition exception event argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineEventHandler.onTransitionBegin(TransitionEventArgs<TState,TEvent> args)
Occurs when a transition begins.
|
void |
StateMachineEventAdapter.onTransitionBegin(TransitionEventArgs<TState,TEvent> args) |
void |
StateMachineEventHandler.onTransitionDeclined(TransitionEventArgs<TState,TEvent> arg)
Occurs when no transition could be executed.
|
void |
StateMachineEventAdapter.onTransitionDeclined(TransitionEventArgs<TState,TEvent> arg) |
Copyright © 2012 bbv Software Services AG. All Rights Reserved.