public interface OnMultiCompressListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onError(Throwable e)
Fired when a compression fails to complete, override to handle in your own code
|
void |
onStart()
Fired when the compression is started, override to handle in your own code
|
void |
onSuccess(List<File> fileList)
Fired when a compression returns successfully, override to handle in your own code
|
void onStart()
void onSuccess(List<File> fileList)
void onError(Throwable e)