Interface DebugInterfaceViewListener


public interface DebugInterfaceViewListener
  • Method Details

    • openConnection

      void openConnection()
      Open connection.
    • closeConnection

      void closeConnection()
      Close connection.
    • transmit

      void transmit()
      Transmit data in textfield.
    • transmitFile

      void transmitFile(AtomicBoolean continueTransmit, ProgressStatusCallback callback)
      Transmit the content of a file.