Interface ServerConsoleListener


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

      • onConsoleOutput

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