1.0.0

org.eclipse.soda.dk.core
Class Delay

java.lang.Object
  extended by org.eclipse.soda.dk.core.Delay

public class Delay
extends java.lang.Object

Version:
1.0.0

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

Delay

public Delay()
Method Detail

milliseconds

public static void milliseconds(long durationInMs)
Milliseconds with the specified duration in ms parameter.

Parameters:
durationInMs - The duration in ms (long) parameter.

seconds

public static void seconds(int durationInSeconds)
Seconds with the specified duration in seconds parameter.

Parameters:
durationInSeconds - The duration in seconds (int) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM