akka.dispatch.sysmsg
Class DeathWatchNotification$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<ActorRef,java.lang.Object,java.lang.Object,DeathWatchNotification>
      extended by akka.dispatch.sysmsg.DeathWatchNotification$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<ActorRef,java.lang.Object,java.lang.Object,DeathWatchNotification>

public class DeathWatchNotification$
extends scala.runtime.AbstractFunction3<ActorRef,java.lang.Object,java.lang.Object,DeathWatchNotification>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static DeathWatchNotification$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DeathWatchNotification$()
           
 
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
 

Field Detail

MODULE$

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

Constructor Detail

DeathWatchNotification$

public DeathWatchNotification$()