|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Ceasable.java An interface for Thread objects that can be stopped using the cease method.
The cease method allows objects to stop currently running Threads without having determing which type of method to call.
WorkerThread,
RTWorkerThread| Method Summary | |
void |
cease()
Stops the execution of the Ceaseable. |
void |
join()
Waits for this Ceasible to finish its execution and then returns. |
| Method Detail |
public void cease()
public void join()
throws InterruptedException
InterruptedException
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||