kaos.metrics
Interface TimerCallBack

All Known Implementing Classes:
MetricManager

public interface TimerCallBack

Interface to be implemented by objects wishing to use the Timer class functionality. The timer class can accept a number of listeners that implement this interface.

See Also:
TaskTimer

Method Summary
 void timerExpired()
          This method is called by the Timer for each object registered as a call back.
 

Method Detail

timerExpired

void timerExpired()
This method is called by the Timer for each object registered as a call back. The Timer executes a wait loop for the specified timer interval and then calls all the listening objects.