Class MasterProgress
java.lang.Object
org.jdeferred2.multiple.MasterProgress
- Direct Known Subclasses:
OneProgress
Progress indicating how many promises need to finish (
).
total),
and how many had already finish (
invalid reference
#fulfilled
- Author:
- Ray Tsang
-
Constructor Summary
Constructors -
Method Summary
-
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
-