|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.ruv.WaitUntil
The class provides different ways to stop the current execution until a condition is met. Use one of the constructors to start the wait.
| Constructor Summary | |
WaitUntil(ACARuntime r,
double stopAt)
The execution is blocked until the runtime stops (at the time specified). |
|
WaitUntil(Shell shell_,
java.lang.String cmd_)
The execution is blocked until the command (interpreted by the shell) returns an affirmative result. |
|
| Method Summary | |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WaitUntil(ACARuntime r,
double stopAt)
throws java.lang.InterruptedException
public WaitUntil(Shell shell_,
java.lang.String cmd_)
throws java.lang.InterruptedException
| Method Detail |
public void run()
run in interface java.lang.Runnable
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||