public class DownloadFileUrlConnectionImpl extends java.lang.Object implements DownloadFile
| Modifier and Type | Class and Description |
|---|---|
protected class |
DownloadFileUrlConnectionImpl.NullListener |
DownloadFile.Listener| Constructor and Description |
|---|
DownloadFileUrlConnectionImpl(android.content.Context context,
android.os.Handler uiThread,
DownloadFile.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
download(java.lang.String url,
java.lang.String destinationPath) |
protected void |
notifyFailureOnUiThread(java.lang.Exception e) |
protected void |
notifySuccessOnUiThread(java.lang.String url,
java.lang.String destinationPath) |
public DownloadFileUrlConnectionImpl(android.content.Context context,
android.os.Handler uiThread,
DownloadFile.Listener listener)
public void download(java.lang.String url,
java.lang.String destinationPath)
download in interface DownloadFileprotected void notifySuccessOnUiThread(java.lang.String url,
java.lang.String destinationPath)
protected void notifyFailureOnUiThread(java.lang.Exception e)