Package org.jdeferred2
Interface ProgressCallback<P>
-
- Type Parameters:
P- Type used forDeferred.notify(Object)
public interface ProgressCallback<P>A callback invoked when thePromisepublishes intermediate results while its state is stillPromise.State.PENDING.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonProgress(P progress)
-
-
-
Method Detail
-
onProgress
void onProgress(P progress)
-
-