public interface InterruptHandler
InterruptedException.| Modifier and Type | Method and Description |
|---|---|
void |
handleInterrupted(java.lang.InterruptedException exc)
Gets notified when the thread is interrupted to take any action
that the handler deems appropriate like throwing a customized
exception.
|