org.gradle.tooling
Interface ResultHandler<T>

Type Parameters:
T - The result type.

public interface ResultHandler<T>

A handler for an asynchronous operation which returns an object of type T.


Method Summary
 void onComplete(T result)
           
 void onFailure(GradleConnectionException failure)
           
 

Method Detail

onComplete

void onComplete(T result)

onFailure

void onFailure(GradleConnectionException failure)