Package Utils

Interface Progress

  • All Known Implementing Classes:
    SilentProgress, TextProgress

    public interface Progress
    Interface for classes that show some sort of progress to standard out
    • Method Detail

      • done

        void done()
        Marks another task as done
      • done

        void done​(int number)
        Marks multiple taskes as done
        Parameters:
        number - The number to mark as done