org.gradle.util.exec
Class ExecHandleStartedNotifier

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

public class ExecHandleStartedNotifier
extends ExecHandleNotifier


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

ExecHandleStartedNotifier

public ExecHandleStartedNotifier(ExecHandle execHandle)
Method Detail

notifyListener

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