org.gradle.util.exec
Interface ExecHandleListener


public interface ExecHandleListener


Method Summary
 void executionAborted(ExecHandle execHandle)
           
 void executionFailed(ExecHandle execHandle)
           
 void executionFinished(ExecHandle execHandle)
           
 void executionStarted(ExecHandle execHandle)
           
 

Method Detail

executionStarted

void executionStarted(ExecHandle execHandle)

executionFinished

void executionFinished(ExecHandle execHandle)

executionAborted

void executionAborted(ExecHandle execHandle)

executionFailed

void executionFailed(ExecHandle execHandle)