public static final class PersistentFSM.Event<D> extends java.lang.Object implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable
FSM
will be wrapped inside an
Event
, which allows pattern matching to extract both state and data.Constructor and Description |
---|
Event(java.lang.Object event,
D stateData) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
event() |
D |
stateData() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait