Interface DownloadFileCallback<T>
-
public interface DownloadFileCallback<T>- Version:
- 1.0 Callback to download files async
- Author:
- Ruben Bermudez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonException(T file, Exception exception)voidonResult(T file, File output)
-