Groovy Documentation

org.gradle.util.exec
Class ExecHandleNotifier

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

class ExecHandleNotifier
extends java.lang.Object

author:
Tom Eyckmans


Constructor Summary
ExecHandleNotifier(ExecHandle execHandle)

 
Method Summary
protected boolean notifyListener(ExecHandle execHandle, ExecHandleListener listener)

void run()

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

ExecHandleNotifier

public ExecHandleNotifier(ExecHandle execHandle)


 
Method Detail

notifyListener

protected boolean notifyListener(ExecHandle execHandle, ExecHandleListener listener)


run

public final void run()


 

Groovy Documentation