public class NotifyFutureImpl<T> extends AbstractFuture<T>
NotifyFuture
which can publicly be accessedConstructor and Description |
---|
NotifyFutureImpl() |
Modifier and Type | Method and Description |
---|---|
void |
setError(Throwable error) |
void |
setResult(T result) |
addListener, addListener, cancel, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener
public void setError(Throwable error)
setError
in class AbstractFuture<T>
public void setResult(T result)
setResult
in class AbstractFuture<T>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.