|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.Delay
public class Delay
| Constructor Summary | |
|---|---|
Delay()
|
|
| Method Summary | |
|---|---|
static void |
milliseconds(long durationInMs)
Milliseconds with the specified duration in ms parameter. |
static void |
seconds(int durationInSeconds)
Seconds with the specified duration in seconds parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Delay()
| Method Detail |
|---|
public static void milliseconds(long durationInMs)
durationInMs - The duration in ms (long) parameter.public static void seconds(int durationInSeconds)
durationInSeconds - The duration in seconds (int) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||