org.gradle.util
Class IgnoreInterruptHandler<T>

java.lang.Object
  extended by org.gradle.util.IgnoreInterruptHandler<T>
All Implemented Interfaces:
InterruptHandler<T>

public class IgnoreInterruptHandler<T>
extends java.lang.Object
implements InterruptHandler<T>


Constructor Summary
IgnoreInterruptHandler()
           
 
Method Summary
 boolean handleIterrupt(T interruptedThead, java.lang.InterruptedException interruptedException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreInterruptHandler

public IgnoreInterruptHandler()
Method Detail

handleIterrupt

public boolean handleIterrupt(T interruptedThead,
                              java.lang.InterruptedException interruptedException)
Specified by:
handleIterrupt in interface InterruptHandler<T>