oak
Class AsyncTool.SimpleTask
java.lang.Object
android.os.AsyncTask<Void,String,Void>
oak.AsyncTool.SimpleTask
- Enclosing class:
- AsyncTool
public abstract static class AsyncTool.SimpleTask
- extends android.os.AsyncTask<Void,String,Void>
| 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, publishProgress |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncTool.SimpleTask
public AsyncTool.SimpleTask(AsyncTool asyncTool)
onPreExecute
public void onPreExecute()
- Overrides:
onPreExecute in class android.os.AsyncTask<Void,String,Void>
exceptionalLabor
public abstract void exceptionalLabor()
throws Exception
- Throws:
Exception
onProgressUpdate
protected void onProgressUpdate(String... values)
- Overrides:
onProgressUpdate in class android.os.AsyncTask<Void,String,Void>
doInBackground
public Void doInBackground(Void... unused)
- Specified by:
doInBackground in class android.os.AsyncTask<Void,String,Void>
onPostExecute
public void onPostExecute(Void unused)
- Overrides:
onPostExecute in class android.os.AsyncTask<Void,String,Void>
onError
public void onError(Exception exception)
isInError
public boolean isInError()
Copyright © 2011-2012. All Rights Reserved.