public class FSMTransitionEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected Transition |
transition |
source| Constructor and Description |
|---|
FSMTransitionEvent(Object source,
Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
TxState |
fromState() |
TxState |
toState() |
getSource, toStringprotected final Transition transition
public FSMTransitionEvent(Object source, Transition transition)
Copyright © 2023. All rights reserved.