public static interface ClientSessionCommand.Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ClientRuntimeError error) |
void |
onSuccess(T result) |
void onSuccess(T result)
void onError(ClientRuntimeError error)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.