net.java.dev.moskito.core.timing.timer
Interface ITimerConsumer

All Known Implementing Classes:
UpdateableWrapper

public interface ITimerConsumer

This is the interface which a timer consumer has to fullfil.

Author:
lrosenberg Created on 21.06.2004

Method Summary
 void receiveTimerEvent(int ticks)
          Called by the Timer, with ticks count the entry was registered for.
 

Method Detail

receiveTimerEvent

void receiveTimerEvent(int ticks)
Called by the Timer, with ticks count the entry was registered for.

Parameters:
ticks - number of ticks for which this consumer was registered.


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework