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
Modifier and TypeMethodDescriptionvoidCalled by the transport to notify the listener about an AssociationEvent
-
Method Details
-
notify
Called by the transport to notify the listener about an AssociationEvent- Parameters:
ev- The AssociationEvent of the transport
-