public interface IFileProgressListener
void
error(String message, Throwable throwable)
finish()
progress(long progress)
start(long length)
void start(long length)
void finish()
void progress(long progress)
void error(String message, Throwable throwable)
Copyright (c) 2002-2020 Luther Inc.