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