|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ResultHandler
A handler for an asynchronous operation which returns an object of type T.
- The result type.| Method Summary | |
|---|---|
void
|
onComplete(Object result)
Handles successful completion of the operation. |
void
|
onFailure(GradleConnectionException failure)
Handles failures. |
| Method Detail |
|---|
public void onComplete(Object result)
result - the result
public void onFailure(GradleConnectionException failure)
failure - the failure
Gradle API 1.5