public class RsAsyncCallback<T>
extends java.lang.Object
Constructor and Description |
---|
RsAsyncCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable caught) |
void |
onSuccess(T result) |
public void onFailure(java.lang.Throwable caught)
public void onSuccess(T result)