Package com.sk89q.worldedit.util.task.progress


package com.sk89q.worldedit.util.task.progress
  • Class
    Description
    A progress object describes the progress of an operation, specifying either a percentage of completion or a status of indeterminacy.
    An iterator that keeps track of how many entries have been visited and calculates a "percent completed" using a provided total count.
    An object that is able to report on its progress.