akka.actor
Class FSM.CurrentState<S>

java.lang.Object
  extended by akka.actor.FSM.CurrentState<S>
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
FSM<S,D>

public static class FSM.CurrentState<S>
extends java.lang.Object
implements scala.Product, scala.Serializable

Message type which is sent directly to the subscribed actor in FSM.SubscribeTransitionCallBack before sending any FSM.Transition messages.

See Also:
Serialized Form

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

FSM.CurrentState

public FSM.CurrentState(ActorRef fsmRef,
                        S state)
Method Detail

fsmRef

public ActorRef fsmRef()

state

public S state()