akka.actor
Class FSM.StopEvent$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<FSM.Reason,S,D,FSM.StopEvent>
      extended by akka.actor.FSM.StopEvent$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<FSM.Reason,S,D,FSM.StopEvent>
Enclosing interface:
FSM<S,D>

public static class FSM.StopEvent$
extends scala.runtime.AbstractFunction3<FSM.Reason,S,D,FSM.StopEvent>
implements scala.Serializable

See Also:
Serialized Form

Constructor Summary
FSM.StopEvent$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Constructor Detail

FSM.StopEvent$

public FSM.StopEvent$()