akka.testkit
Class TestActor.NullMessage$

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

public static class TestActor.NullMessage$
extends java.lang.Object
implements TestActor.Message, scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static TestActor.NullMessage$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestActor.NullMessage$()
           
 
Method Summary
 java.lang.Object msg()
           
 ActorRef sender()
           
 
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.NullMessage$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TestActor.NullMessage$

public TestActor.NullMessage$()
Method Detail

msg

public java.lang.Object msg()
Specified by:
msg in interface TestActor.Message

sender

public ActorRef sender()
Specified by:
sender in interface TestActor.Message