InterruptMonitor
InterruptMonitor class
Represents all operator about the interrupt.
class InterruptMonitor;
Constructors
| Constructor | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| interrupt() | Interrupt the current operator. |
| isNull() | Checks whether the implementation object is null. |
| isInterruptionRequested() | Mark the monitor as requesting interruption |
constructor()
Default Constructor.
constructor();
interrupt()
Interrupt the current operator.
interrupt() : void;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
isInterruptionRequested()
Mark the monitor as requesting interruption
isInterruptionRequested() : boolean;