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 anpekko.remote.transport.AssociationHandle
to listen to association events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-