cz.cuni.mff.ksi.jinfer.xsdimporter.utils
Class InterruptChecker
java.lang.Object
cz.cuni.mff.ksi.jinfer.xsdimporter.utils.InterruptChecker
public final class InterruptChecker
- extends Object
Helper class to provide checking for thread interrupt.
Method Summary |
static void |
checkInterrupt()
Checks if this thread has been interrupted and throws an InterruptedException
accordingly or does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkInterrupt
public static void checkInterrupt()
throws InterruptedException
- Checks if this thread has been interrupted and throws an InterruptedException
accordingly or does nothing.
- Throws:
InterruptedException
Generated on Fri Dec 9 00:01:25 CET 2011