|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jete.util.WaitAction
This utility action is helpful when asychronous or timed functionality is taking place. Simply, this action sleeps it's thread for the specified milliseconds.
Constructor Summary | |
WaitAction()
|
Method Summary | |
long |
getWaitMillis()
|
void |
runAction()
|
void |
setWaitMillis(long waitMillis)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WaitAction()
Method Detail |
public void runAction() throws ActionException
runAction
in interface TestAction
ActionException
public long getWaitMillis()
public void setWaitMillis(long waitMillis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |