public final class DefaultAsyncTaskExecInterface extends java.lang.Object implements AsyncTaskExecInterface
AsyncTask
uses parallel execution by default, which
is desired. Good thing too since there is no API to request otherwise.Constructor and Description |
---|
DefaultAsyncTaskExecInterface() |
Modifier and Type | Method and Description |
---|---|
<T> void |
execute(android.os.AsyncTask<T,?,?> task,
T... args) |
public <T> void execute(android.os.AsyncTask<T,?,?> task, T... args)
execute
in interface AsyncTaskExecInterface