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) |
Copyright © 2016. All Rights Reserved.