Interface AssociationHandle.HandleEventListener
-
- All Known Implementing Classes:
AssociationHandle.ActorHandleEventListener
- Enclosing interface:
- AssociationHandle
public static interface AssociationHandle.HandleEventListenerAn interface that needs to be implemented by the user of anpekko.remote.transport.AssociationHandleto listen to association events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(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
-
-