akka.zeromq
Class Listener

java.lang.Object
  extended by akka.zeromq.Listener
All Implemented Interfaces:
Request, SocketMeta, SocketOption, java.io.Serializable, scala.Equals, scala.Product

public class Listener
extends java.lang.Object
implements SocketMeta, scala.Product, scala.Serializable

An option containing the listener for the socket

See Also:
Serialized Form

Constructor Summary
Listener(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

Listener

public Listener(ActorRef listener)
Method Detail

listener

public ActorRef listener()