public class ExecutorFuture<T> extends AbstractFuture<T>
Constructor and Description |
---|
ExecutorFuture(Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
asyncSetError(Throwable error) |
void |
asyncSetResult(T result) |
addListener, addListener, cancel, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResult
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.