akka.testkit
Class TestActor.NoAutoPilot$

java.lang.Object
  extended by akka.testkit.TestActor.AutoPilot
      extended by akka.testkit.TestActor.NoAutoPilot$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TestActor

public static class TestActor.NoAutoPilot$
extends TestActor.AutoPilot
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static TestActor.NoAutoPilot$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestActor.NoAutoPilot$()
           
 
Method Summary
 TestActor.AutoPilot run(ActorRef sender, java.lang.Object msg)
           
 
Methods inherited from class akka.testkit.TestActor.AutoPilot
keepRunning, noAutoPilot
 
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
 

Field Detail

MODULE$

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

Constructor Detail

TestActor.NoAutoPilot$

public TestActor.NoAutoPilot$()
Method Detail

run

public TestActor.AutoPilot run(ActorRef sender,
                               java.lang.Object msg)
Specified by:
run in class TestActor.AutoPilot