akka.remote
Class RemoteWatcher.Rewatch

java.lang.Object
  extended by akka.dispatch.sysmsg.Watch
      extended by akka.remote.RemoteWatcher.Rewatch
All Implemented Interfaces:
akka.actor.PossiblyHarmful, akka.dispatch.sysmsg.SystemMessage, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
RemoteWatcher

public static class RemoteWatcher.Rewatch
extends akka.dispatch.sysmsg.Watch

See Also:
Serialized Form

Field Summary
 
Fields inherited from class akka.dispatch.sysmsg.Watch
serialVersionUID
 
Constructor Summary
RemoteWatcher.Rewatch(akka.actor.InternalActorRef watchee, akka.actor.InternalActorRef watcher)
           
 
Method Summary
 
Methods inherited from class akka.dispatch.sysmsg.Watch
canEqual, copy, copy$default$1, copy$default$2, curried, equals, hashCode, next_$eq, next, productArity, productElement, productIterator, productPrefix, toString, tupled, unlink, unlinked, watchee, watcher
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteWatcher.Rewatch

public RemoteWatcher.Rewatch(akka.actor.InternalActorRef watchee,
                             akka.actor.InternalActorRef watcher)