public static interface FileUtils.ProgressListener

android.os.FileUtils.ProgressListener



Listener that is called periodically as progress is made.

Summary

Public methods

abstract void onProgress(long progress)

Public methods

onProgress

public abstract void onProgress (long progress)
Parameters
progress long

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.