public interface AsyncTask
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the task
(To be called by a dispatcher thread)
|
boolean |
isMergeable()
Test if multiple queued occurences of this task should be merged
|
Copyright © 2019. All rights reserved.