akka.testkit
Class TestActor.SetAutoPilot

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

public static class TestActor.SetAutoPilot
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
TestActor.SetAutoPilot(TestActor.AutoPilot ap)
           
 
Method Summary
 TestActor.AutoPilot ap()
           
 
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
 

Constructor Detail

TestActor.SetAutoPilot

public TestActor.SetAutoPilot(TestActor.AutoPilot ap)
Method Detail

ap

public TestActor.AutoPilot ap()