Class MasterProgress

java.lang.Object
org.jdeferred2.multiple.MasterProgress
Direct Known Subclasses:
OneProgress

public class MasterProgress extends Object
Progress indicating how many promises need to finish (total), and how many had already finish (
invalid reference
#fulfilled
).
Author:
Ray Tsang
  • Constructor Details

    • MasterProgress

      public MasterProgress(int done, int fail, int total)
  • Method Details

    • getDone

      public int getDone()
    • getFail

      public int getFail()
    • getTotal

      public int getTotal()
    • toString

      public String toString()
      Overrides:
      toString in class Object