|
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(T result)
|
void
|
onFailure(GradleConnectionException failure)
|
| Method Detail |
|---|
public void onComplete(T result)
public void onFailure(GradleConnectionException failure)
Groovy Documentation