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 Type
    Method
    Description
    void
    Called by the transport to notify the listener about an AssociationEvent
  • Method Details

    • notify

      void notify(Transport.AssociationEvent ev)
      Called by the transport to notify the listener about an AssociationEvent
      Parameters:
      ev - The AssociationEvent of the transport