|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.FSM.CurrentState<S>
public static class FSM.CurrentState<S>
Message type which is sent directly to the subscribed actor in
FSM.SubscribeTransitionCallBack
before sending any
FSM.Transition
messages.
Constructor Summary | |
---|---|
FSM.CurrentState(ActorRef fsmRef,
S state)
|
Method Summary | |
---|---|
ActorRef |
fsmRef()
|
S |
state()
|
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.CurrentState(ActorRef fsmRef, S state)
Method Detail |
---|
public ActorRef fsmRef()
public S state()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |