public interface Callback<Result>
void
onFailure(java.lang.Throwable throwable)
onSuccess(Result result)
void onSuccess(Result result)
void onFailure(java.lang.Throwable throwable)
These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions