| java.lang.Object com.clarkware.junitperf.ConstantTimer
ConstantTimer | public class ConstantTimer implements Timer(Code) | | The ConstantTimer is a Timer
with a constant delay.
author: Mike Clark author: Clarkware Consulting, Inc. See Also: com.clarkware.junitperf.Timer |
Constructor Summary | |
public | ConstantTimer(long delay) Constructs a ConstantTimer with the
specified delay. |
Method Summary | |
public long | getDelay() Returns the timer delay. |
ConstantTimer | public ConstantTimer(long delay)(Code) | | Constructs a ConstantTimer with the
specified delay.
Parameters: delay - Delay (in milliseconds). |
getDelay | public long getDelay()(Code) | | Returns the timer delay.
Delay (in milliseconds). |
|
|