| Modifier and Type | Method and Description |
|---|---|
void |
awaitAllTasks(Callable<Void> callback) |
<R> Future<R> |
submit(Callable<R> task,
Callback<R> callback,
boolean fatal) |
<R> Future<R> |
submit(CombinedDownloadTask<R> task,
CombinedDownloadCallback<R> callback,
boolean fatal) |
<R> Future<R> |
submit(DownloadTask<R> task,
DownloadCallback<R> callback,
boolean fatal) |
<R> Future<R> submit(Callable<R> task, Callback<R> callback, boolean fatal) throws InterruptedException
InterruptedException<R> Future<R> submit(DownloadTask<R> task, DownloadCallback<R> callback, boolean fatal) throws InterruptedException
InterruptedException<R> Future<R> submit(CombinedDownloadTask<R> task, CombinedDownloadCallback<R> callback, boolean fatal) throws InterruptedException
InterruptedExceptionvoid awaitAllTasks(Callable<Void> callback) throws InterruptedException
InterruptedExceptionCopyright © 2016. All rights reserved.