Package com.clarkware.junitperf
Class ConstantTimer
java.lang.Object
com.clarkware.junitperf.ConstantTimer
- All Implemented Interfaces:
Timer
The
ConstantTimer
is a Timer
with a constant delay.- Author:
- Mike Clark, Clarkware Consulting, Inc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstantTimer
(long delay) Constructs aConstantTimer
with the specified delay. -
Method Summary
-
Constructor Details
-
ConstantTimer
public ConstantTimer(long delay) Constructs aConstantTimer
with the specified delay.- Parameters:
delay
- Delay (in milliseconds).
-
-
Method Details