public abstract class AsyncTask extends Task
| Constructor and Description |
|---|
AsyncTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
go(boolean canceled)
Executed on worker thread.
|
abstract void |
onPostExecute(int state)
Executed on mainloop thread.
|
void |
run()
Do not override! Unless you have a reason, of course.
|