akka.actor
Class FSM$

java.lang.Object
  extended by akka.actor.FSM$

public class FSM$
extends java.lang.Object


Field Summary
static FSM$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
FSM$()
           
 
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$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

FSM$

public FSM$()