|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Interrupter
An abstract interface for interrupting computations and monitoring if computations have been interrupted.
| Method Summary | |
|---|---|
void |
clearInterrupt()
Clears the interrupt status: computation is no longer interrupted |
void |
interrupt()
Requests the computation to be interrupted |
boolean |
isInterrupted()
Checks if the computation was requested to be interrupted |
| Method Detail |
|---|
void interrupt()
boolean isInterrupted()
true if the computation was requested to be interruptedvoid clearInterrupt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||