public static class FSM.StopEvent<S,D> extends java.lang.Object implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable
FSM whithin the
onTermination block.| Constructor and Description |
|---|
FSM.StopEvent(FSM.Reason reason,
S currentState,
D stateData) |
| Modifier and Type | Method and Description |
|---|---|
S |
currentState() |
FSM.Reason |
reason() |
D |
stateData() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic FSM.StopEvent(FSM.Reason reason, S currentState, D stateData)
public FSM.Reason reason()
public S currentState()
public D stateData()