org.gradle.util.exec
Class ExecHandleFailedNotifier

java.lang.Object
  extended by org.gradle.util.exec.ExecHandleNotifier
      extended by org.gradle.util.exec.ExecHandleFailedNotifier
All Implemented Interfaces:
java.lang.Runnable

public class ExecHandleFailedNotifier
extends ExecHandleNotifier


Constructor Summary
ExecHandleFailedNotifier(ExecHandle execHandle)
           
 
Method Summary
protected  boolean notifyListener(ExecHandle execHandle, ExecHandleListener listener)
           
 
Methods inherited from class org.gradle.util.exec.ExecHandleNotifier
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecHandleFailedNotifier

public ExecHandleFailedNotifier(ExecHandle execHandle)
Method Detail

notifyListener

protected boolean notifyListener(ExecHandle execHandle,
                                 ExecHandleListener listener)
Specified by:
notifyListener in class ExecHandleNotifier