Interface Transport.AssociationEventListener
-
- All Known Implementing Classes:
Transport.ActorAssociationEventListener
- Enclosing interface:
- Transport
public static interface Transport.AssociationEventListener
An interface that needs to be implemented by the user of a transport to listen to association events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(Transport.AssociationEvent ev)
Called by the transport to notify the listener about an AssociationEvent
-
-
-
Method Detail
-
notify
void notify(Transport.AssociationEvent ev)
Called by the transport to notify the listener about an AssociationEvent- Parameters:
ev
- The AssociationEvent of the transport
-
-