This interface defines those methods that must be implemented by timer
plugins.
author: Stefano Mazzocchi author: Scott Eade version: $Id: Timer.java 493779 2007-01-07 17:46:38Z sebb $
Method Summary
public long
delay() This method is called after a sampling process is done to know how much
time the sampling thread has to wait until sampling again.
This method is called after a sampling process is done to know how much
time the sampling thread has to wait until sampling again.
the computed delay value.