T
- The result type.public interface ResultHandler<T>
修飾子とタイプ | メソッドと説明 |
---|---|
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