Groovy Documentation

org.gradle.util.exec
Class ExecHandleAbortedNotifier

java.lang.Object
  org.gradle.util.exec.ExecHandleNotifier
      org.gradle.util.exec.ExecHandleAbortedNotifier

class ExecHandleAbortedNotifier
extends ExecHandleNotifier

author:
Tom Eyckmans


Constructor Summary
ExecHandleAbortedNotifier(ExecHandle execHandle)

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

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

Constructor Detail

ExecHandleAbortedNotifier

public ExecHandleAbortedNotifier(ExecHandle execHandle)


 
Method Detail

notifyListener

protected boolean notifyListener(ExecHandle execHandle, ExecHandleListener listener)


 

Groovy Documentation