org.gradle.util.exec
Class ExecHandleNotifier

java.lang.Object
  extended by org.gradle.util.exec.ExecHandleNotifier
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
ExecHandleAbortedNotifier, ExecHandleFailedNotifier, ExecHandleStartedNotifier, ExecHandleSucceededNotifier

public abstract class ExecHandleNotifier
extends java.lang.Object
implements java.lang.Runnable


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

Constructor Detail

ExecHandleNotifier

public ExecHandleNotifier(ExecHandle execHandle)
Method Detail

run

public final void run()
Specified by:
run in interface java.lang.Runnable

notifyListener

protected abstract boolean notifyListener(ExecHandle execHandle,
                                          ExecHandleListener listener)