org.gradle.util.exec
Class ExecHandleSucceededNotifier

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

public class ExecHandleSucceededNotifier
extends ExecHandleNotifier


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

ExecHandleSucceededNotifier

public ExecHandleSucceededNotifier(ExecHandle execHandle)
Method Detail

notifyListener

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