akka.actor
Class FSM.CurrentState$

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

public static class FSM.CurrentState$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static FSM.CurrentState$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
FSM.CurrentState$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final FSM.CurrentState$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

FSM.CurrentState$

public FSM.CurrentState$()