public abstract class CallingFuture<T,T2> extends AbstractFuture<T2>
Constructor and Description |
---|
CallingFuture(NotifyFuture<T> future) |
Modifier and Type | Method and Description |
---|---|
abstract T2 |
call(Future<T> future) |
boolean |
cancel(boolean mayInterruptIfRunning) |
protected void |
handleComplete(Future<T> future) |
addListener, addListener, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResult
public CallingFuture(NotifyFuture<T> future)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.