public interface ClientCallback<T>
Modifier and Type | Method and Description |
---|---|
void | completed(T result) Invoked when an operation completed. |
void | failed(IOException e) Invoked when the operation failed. |
void completed(T result)
result
- the operation resultvoid failed(IOException e)
e
- the exceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.