public class FSMTransitionEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected TxState |
from |
protected TxState |
to |
source| Constructor and Description |
|---|
FSMTransitionEvent(Object source,
TxState fromState,
TxState toState) |
| Modifier and Type | Method and Description |
|---|---|
TxState |
fromState() |
TxState |
toState() |
getSource, toStringCopyright © 2023. All rights reserved.