|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.FSM.StopEvent<S,D>
public static class FSM.StopEvent<S,D>
Case class representing the state of the FSM
whithin the
onTermination
block.
Constructor Summary | |
---|---|
FSM.StopEvent(FSM.Reason reason,
S currentState,
D stateData)
|
Method Summary | |
---|---|
S |
currentState()
|
FSM.Reason |
reason()
|
D |
stateData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public FSM.StopEvent(FSM.Reason reason, S currentState, D stateData)
Method Detail |
---|
public FSM.Reason reason()
public S currentState()
public D stateData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |