Class Progress


  • public class Progress
    extends Object
    A progress
    • Constructor Detail

      • Progress

        public Progress​(long progress,
                        long total)
    • Method Detail

      • getProgress

        public long getProgress()
        Returns:
        The current progress of total.
      • getTotal

        public long getTotal()
        Returns:
        The total of which the progress is part of.
      • getRatio

        public double getRatio()
        Returns:
        The ration of progress of the total.