org.gradle.util.exec
Class ExecHandleAbortedNotifier

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

public class ExecHandleAbortedNotifier
extends ExecHandleNotifier


Constructor Summary
ExecHandleAbortedNotifier(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

ExecHandleAbortedNotifier

public ExecHandleAbortedNotifier(ExecHandle execHandle)
Method Detail

notifyListener

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