Class MasterProgress
java.lang.Object
org.jdeferred2.multiple.MasterProgress
- Direct Known Subclasses:
OneProgress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
done
private final int done -
fail
private final int fail -
total
private final int total
-
-
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
-