akka.testkit
Class TestActor.Watch

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

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

See Also:
Serialized Form

Constructor Summary
TestActor.Watch(ActorRef ref)
           
 
Method Summary
 ActorRef ref()
           
 
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.Watch

public TestActor.Watch(ActorRef ref)
Method Detail

ref

public ActorRef ref()