public interface AsyncTaskHandler
Modifier and Type | Method and Description |
---|---|
AsyncTask |
getTask()
The internal AsyncTask object associated with this instance.
|
void |
process()
Override this to write your custom code for actually executing the task
|
AsyncTaskHandler |
setTask(AsyncTask task) |
Copyright © 2016. All rights reserved.