Class ProgressTracker

java.lang.Object
com.djrapitops.plan.utilities.logging.ProgressTracker

public class ProgressTracker extends Object
  • Constructor Details

    • ProgressTracker

      public ProgressTracker(int total)
  • Method Details

    • add

      public void add(int amount)
    • getPercentage

      public int getPercentage()
    • shouldShowPercentage

      public boolean shouldShowPercentage()
    • percentageShown

      public void percentageShown()
    • getTotal

      public int getTotal()
    • getCount

      public int getCount()
    • reset

      public void reset(int total)
    • isDone

      public boolean isDone()