Interface TransportStateListener

All Superinterfaces:
EventListener

public interface TransportStateListener extends EventListener
The TransportStateListener interface can be implemented to monitor the connection state for connection oriented transport mappings.
Since:
1.7
Version:
1.7
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The connection state of a transport protocol connection has been changed.
  • Method Details

    • connectionStateChanged

      void connectionStateChanged(TransportStateEvent change)
      The connection state of a transport protocol connection has been changed.
      Parameters:
      change - a TransportStateEvent instance.