org.databene.contiperf.timer
Class AbstractTimer
java.lang.Object
org.databene.contiperf.timer.AbstractTimer
- All Implemented Interfaces:
- WaitTimer
- Direct Known Subclasses:
- ConstantTimer, CumulatedTimer, None, RandomTimer
public abstract class AbstractTimer
- extends Object
- implements WaitTimer
Helper class to inherit custom WaitTimer
s from.
Created: 06.04.2012 18:43:28
- Since:
- 2.1.0
- Author:
- Volker Bergmann
Method Summary |
protected void |
checkParamCount(int expectedParamCount,
double[] actualParams)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTimer
public AbstractTimer()
checkParamCount
protected void checkParamCount(int expectedParamCount,
double[] actualParams)
Copyright © 2013. All Rights Reserved.