akka.remote.transport
Interface AssociationHandle.HandleEventListener

All Known Implementing Classes:
AssociationHandle.ActorHandleEventListener
Enclosing interface:
AssociationHandle

public static interface AssociationHandle.HandleEventListener

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


Method Summary
 void notify(AssociationHandle.HandleEvent ev)
          Called by the transport to notify the listener about a HandleEvent
 

Method Detail

notify

void notify(AssociationHandle.HandleEvent ev)
Called by the transport to notify the listener about a HandleEvent

Parameters:
ev - The HandleEvent of the handle