Interface IProgressReport

    • Method Detail

      • description

        void description​(java.lang.String description)
      • total

        void total​(long total)
      • position

        void position​(long position)
      • position

        void position​(long position,
                      int flag)
      • increment

        void increment()
      • increment

        void increment​(long amount)
      • increment

        void increment​(long amount,
                       int flag)
      • getPosition

        long getPosition()
      • getTotal

        long getTotal()
      • getDescription

        java.lang.String getDescription()
      • isComplete

        boolean isComplete()