T - The result type.public interface ResultHandler<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| void | onComplete(T result) | Handles successful completion of the operation. | 
| void | onFailure(GradleConnectionException failure) | Handles a failed operation. | 
void onComplete(T result)
result - the resultvoid onFailure(GradleConnectionException failure)
failure - the failure