Package com.clarkware.junitperf
Interface Timer
-
- All Known Implementing Classes:
ConstantTimer
,RandomTimer
public interface Timer
TheTimer
interface defines the common interface implemented by all classes whose instances serve as pluggable timers.- Author:
- Mike Clark, Clarkware Consulting, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDelay()
Returns the timer delay.
-