public static interface FutureObserver.ObservableFuture<T> extends java.util.concurrent.Future<T>
Modifier and Type | Method and Description |
---|---|
boolean |
addObserver(FutureObserver<T> observer)
Adds FutureObserver's to this ObservableFuture.
|
cancel, get, get, isCancelled, isDone
boolean addObserver(FutureObserver<T> observer)
observer
- to observe this.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.