Interface ProgressReporter


  • @Beta
    public interface ProgressReporter
    • Method Detail

      • progress

        void progress​(int current,
                      int total)
      • info

        void info​(java.lang.String message)