|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.clarkware.junitperf.ConstantTimer
The ConstantTimer
is a Timer
with a constant delay.
Timer
Constructor Summary | |
ConstantTimer(long delay)
Constructs a ConstantTimer with the
specified delay. |
Method Summary | |
long |
getDelay()
Returns the timer delay. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConstantTimer(long delay)
ConstantTimer
with the
specified delay.
delay
- Delay (ms).Method Detail |
public long getDelay()
getDelay
in interface Timer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |