Interface ProgressCallback<P>

Type Parameters:
P - Type used for Deferred.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

    Modifier and Type
    Method
    Description
    void
    onProgress(P progress)
     
  • Method Details

    • onProgress

      void onProgress(P progress)