public interface IInterruptMonitor
Represents information about interruption.
Modifier and Type | Method and Description |
---|---|
void |
interrupt()
Sends a request to interrupt operations.
|
boolean |
isInterrupted()
Gets the value indicating whether operations should be interrupted.
|