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