Interface ProgressCallback<P>
- Type Parameters:
P- Type used forDeferred.notify(Object)
public interface ProgressCallback<P>
A callback invoked when the
Promise publishes intermediate results while its state is still
Promise.State.PENDING.- See Also:
-
Method Summary
-
Method Details
-
onProgress
-