public interface InterruptHandler
interrupt() method is invoked. The handler should
not throw an exception; otherwise user code might end up in an unexpected state.| Modifier and Type | Method and Description |
|---|---|
void |
handleInterrupt(java.lang.Thread thread)
Handle an interrupt condition on the given thread.
|