protected static class AbstractConfigurationAdministrator.CompositeFuture<T> extends AbstractFuture<Void>
Modifier | Constructor and Description |
---|---|
protected |
CompositeFuture() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(NotifyFuture<T> future) |
protected void |
checkComplete() |
protected void |
removed(NotifyFuture<T> future) |
void |
setComplete() |
addListener, addListener, cancel, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResult
public void setComplete()
public void addChild(NotifyFuture<T> future)
protected void removed(NotifyFuture<T> future)
protected void checkComplete()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.