org.solovyev.android.http
Class DownloadFileAsyncTask
java.lang.Object
android.os.AsyncTask<PARAM,PROGRESS,CommonAsyncTask.Result<RESULT>>
org.solovyev.android.async.CommonAsyncTask<DownloadFileAsyncTask.Input,Integer,List<Object>>
org.solovyev.android.http.DownloadFileAsyncTask
public class DownloadFileAsyncTask
- extends CommonAsyncTask<DownloadFileAsyncTask.Input,Integer,List<Object>>
User: serso
Date: 5/29/12
Time: 9:50 PM
| Nested classes/interfaces inherited from class android.os.AsyncTask |
android.os.AsyncTask.Status |
| Fields inherited from class android.os.AsyncTask |
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR |
| Methods inherited from class android.os.AsyncTask |
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onProgressUpdate, publishProgress |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadFileAsyncTask
public DownloadFileAsyncTask(@Nonnull
android.content.Context context)
DownloadFileAsyncTask
public DownloadFileAsyncTask(@Nonnull
android.content.Context context,
@Nonnull
DownloadFileAsyncTask.OnPostExecute<List<Object>> onPostExecute)
doWork
@Nonnull
protected List<Object> doWork(@Nonnull
List<DownloadFileAsyncTask.Input> params)
- Specified by:
doWork in class CommonAsyncTask<DownloadFileAsyncTask.Input,Integer,List<Object>>
onSuccessPostExecute
protected void onSuccessPostExecute(@Nullable
List<Object> result)
- Specified by:
onSuccessPostExecute in class CommonAsyncTask<DownloadFileAsyncTask.Input,Integer,List<Object>>
onFailurePostExecute
protected void onFailurePostExecute(@Nonnull
Exception e)
- Specified by:
onFailurePostExecute in class CommonAsyncTask<DownloadFileAsyncTask.Input,Integer,List<Object>>
Copyright © 2013. All Rights Reserved.