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 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