public class FSMTransitionEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected TxState |
from |
protected TxState |
to |
| Constructor and Description |
|---|
FSMTransitionEvent(java.lang.Object source,
TxState fromState,
TxState toState) |
| Modifier and Type | Method and Description |
|---|---|
TxState |
fromState() |
TxState |
toState() |
Copyright © 2020. All Rights Reserved.