public interface AsyncCallback<T>
void
onFailed(java.lang.Throwable t)
onSuccess(T t)
void onSuccess(T t)
void onFailed(java.lang.Throwable t)