public static class ProxyWriteHandlerImpl.AttributeResultHandler extends org.eclipse.scada.utils.concurrent.AbstractFuture<WriteAttributeResults> implements WriteAttributeOperationCallback
| Constructor and Description |
|---|
ProxyWriteHandlerImpl.AttributeResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(WriteAttributeResults result) |
void |
error(Throwable e) |
void |
failed(String error) |
public ProxyWriteHandlerImpl.AttributeResultHandler()
public void failed(String error)
failed in interface WriteAttributeOperationCallbackpublic void error(Throwable e)
error in interface WriteAttributeOperationCallbackpublic void complete(WriteAttributeResults result)
complete in interface WriteAttributeOperationCallback