Interface OuternetConnector.OuternetTestListener

Enclosing class:
OuternetConnector

public static interface OuternetConnector.OuternetTestListener
Interface for listeners (such as the Test Port button on the configuration GUI panel) to intercept the data read from the Outernet receiver.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called as each line of text is received from the Outernet receiver.
    void
    Called when receive from Outernet receiver is complete.
  • Method Details

    • addLineToListener

      void addLineToListener(String line)
      Called as each line of text is received from the Outernet receiver. Note that this will happen asynchronously to the GUI thread.
      Parameters:
      line - String line to be appended to whatever the listener is doing
    • done

      void done()
      Called when receive from Outernet receiver is complete.