Interface ConsoleService

    • Method Detail

      • processArgs

        void processArgs​(String... args)
        Handles arguments from an external source such as the command line.
      • addOutputListener

        void addOutputListener​(OutputListener l)
        Adds a listener for output sent to stdout or stderr.
      • removeOutputListener

        void removeOutputListener​(OutputListener l)
        Removes a listener for output sent to stdout or stderr.
      • notifyListeners

        void notifyListeners​(OutputEvent event)
        Notifies listeners of output sent to stdout or stderr.