akka.actor
Class FSM.Timer$

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

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

See Also:
Serialized Form

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

Constructor Detail

FSM.Timer$

public FSM.Timer$()