public static class ProxyWriteHandlerImpl.ValueResultHandler extends org.eclipse.scada.utils.concurrent.AbstractFuture<Void> implements WriteOperationCallback
| Constructor and Description |
|---|
ProxyWriteHandlerImpl.ValueResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
error(Throwable e) |
void |
failed(String error) |
public ProxyWriteHandlerImpl.ValueResultHandler()
public void failed(String error)
failed in interface WriteOperationCallbackpublic void error(Throwable e)
error in interface WriteOperationCallbackpublic void complete()
complete in interface WriteOperationCallback