|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Asynchronous
An interface signaling that an object is
| Method Summary | |
|---|---|
boolean |
interruptProcess()
For objects with a single purpose calling this method should interrupt an ongoing execution of this single purpose or for multi-purpose objects to stop all actions. |
boolean |
interruptProcess(Method that)
For multi-purpose objects, this interrupts a special method. |
| Method Detail |
|---|
boolean interruptProcess()
throws InterruptedException
CancelableRunnable.
InterruptedException
boolean interruptProcess(Method that)
throws InterruptedException
CancelableRunnable.
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||