Interface ServerConsoleListener


public interface ServerConsoleListener
Interface for listener for server's console output
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by session when new console output sent to client.
  • Method Details

    • onConsoleOutput

      void onConsoleOutput(String text)
      Called by session when new console output sent to client.
      Parameters:
      text - text to be shown on console