Package com.clarkware.junitperf
Interface Timer
-
- All Known Implementing Classes:
ConstantTimer,RandomTimer
public interface TimerTheTimerinterface 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 longgetDelay()Returns the timer delay.
-