Groovy Documentation

org.gradle.util.exec
Interface ExecHandleListener


interface ExecHandleListener

author:
Tom Eyckmans


Method Summary
void executionAborted(ExecHandle execHandle)

void executionFailed(ExecHandle execHandle)

void executionFinished(ExecHandle execHandle)

void executionStarted(ExecHandle execHandle)

 

Method Detail

executionAborted

public void executionAborted(ExecHandle execHandle)


executionFailed

public void executionFailed(ExecHandle execHandle)


executionFinished

public void executionFinished(ExecHandle execHandle)


executionStarted

public void executionStarted(ExecHandle execHandle)


 

Groovy Documentation