| Interface | Description |
|---|---|
| ListenableFuture<V> |
A
Future that accepts completion listeners. |
| Class | Description |
|---|---|
| ExecutionList |
A list of listeners, each with an associated
Executor, that
guarantees that every Runnable that is added will
be executed after ExecutionList.execute() is called. |
| ListenableFutureTask<V> |
A
FutureTask that also implements the ListenableFuture
interface. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.