Class OneProgress<P>

java.lang.Object
org.jdeferred2.multiple.MasterProgress
org.jdeferred2.multiple.OneProgress<P>
All Implemented Interfaces:
OneValue<P>

public class OneProgress<P> extends MasterProgress implements OneValue<P>
Progress update by one of the Promise.
Author:
Ray Tsang
  • Constructor Details

    • OneProgress

      public OneProgress(int done, int fail, int total, int index, Promise<?,?,P> promise, P progress)
  • Method Details