| Interface | Description |
|---|---|
| IFuture<RESULT> | |
| IFutureListener<RESULT> |
| Class | Description |
|---|---|
| CombinedBooleanFuture |
Used to combine multiple Future<Boolean> together into one Future<Boolean>.
|
| FixedFuture<Result> |
Future implementation that holds fixed result.
|
| FlagFuture<Result,FlagType> |
Future implementation that is listening on a flag and when it's terminal state
is set on the flag the future completes itself with result specified in the map
(under the key of the flag value).
|
| FutureWithListeners<RESULT> |
Abstract class that represents future result of some computation that allows you to hook
listeners on the status of the future computation (see
FutureWithListeners.addFutureListener(IFutureListener)). |
| FutureWrapper<RESULT> | |
| RunnableFuture<RESULT> |
| Enum | Description |
|---|---|
| FutureStatus |
Status of the
FutureWithListeners object. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.