akka.routing
Class Deafen

java.lang.Object
  extended by akka.routing.Deafen
All Implemented Interfaces:
ListenerMessage, java.io.Serializable, scala.Equals, scala.Product

public class Deafen
extends java.lang.Object
implements ListenerMessage, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Deafen(ActorRef listener)
           
 
Method Summary
 ActorRef listener()
           
 
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

Deafen

public Deafen(ActorRef listener)
Method Detail

listener

public ActorRef listener()