Interface IXConnectionCloseListener


public interface IXConnectionCloseListener
This functional interface is called after when the connection is closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This function is called when the connection is closed.
  • Method Details

    • onClose

      void onClose(IXConnection conn)
      This function is called when the connection is closed.
      Parameters:
      conn - IXConnection object.