OnProgressListener

public interface OnProgressListener<ProgressT>


A listener that is called periodically during execution of the ControllableTask.

Summary

Public methods

abstract void
onProgress(@NonNull ProgressT snapshot)

Public methods

onProgress

abstract void onProgress(@NonNull ProgressT snapshot)