akka.remote.transport
Class ActorTransportAdapter.ListenerRegistered

java.lang.Object
  extended by akka.remote.transport.ActorTransportAdapter.ListenerRegistered
All Implemented Interfaces:
NoSerializationVerificationNeeded, ActorTransportAdapter.TransportOperation, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ActorTransportAdapter

public static class ActorTransportAdapter.ListenerRegistered
extends java.lang.Object
implements ActorTransportAdapter.TransportOperation, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ActorTransportAdapter.ListenerRegistered(Transport.AssociationEventListener listener)
           
 
Method Summary
 Transport.AssociationEventListener 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

ActorTransportAdapter.ListenerRegistered

public ActorTransportAdapter.ListenerRegistered(Transport.AssociationEventListener listener)
Method Detail

listener

public Transport.AssociationEventListener listener()