public final class Watch extends java.lang.Object implements SystemMessage, scala.Product, scala.Serializable
Constructor and Description |
---|
Watch(InternalActorRef watchee,
InternalActorRef watcher) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
static void |
next_$eq(SystemMessage x$1) |
SystemMessage |
next() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
static void |
unlink() |
static boolean |
unlinked() |
InternalActorRef |
watchee() |
InternalActorRef |
watcher() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unlink, unlinked
public Watch(InternalActorRef watchee, InternalActorRef watcher)
public static void next_$eq(SystemMessage x$1)
public static void unlink()
public static boolean unlinked()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public SystemMessage next()
next
in interface SystemMessage
public InternalActorRef watchee()
public InternalActorRef watcher()