HandleEventListener

An interface that needs to be implemented by the user of an akka.remote.transport.AssociationHandle to listen to association events.

Source:
Transport.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Called by the transport to notify the listener about a HandleEvent

Called by the transport to notify the listener about a HandleEvent

Value parameters:
ev

The HandleEvent of the handle

Source:
Transport.scala