Interface ProgressReporter

    • Method Detail

      • display

        void display​(int percent,
                     String message)
        Display a progress message.
        Parameters:
        percent - How many percent of the task that is completed or -1 if not known
        message - A message, or null
      • append

        void append​(String message)
        Append a message to the previous one.
        Parameters:
        message - The message