Interface marimba.util.TimerClient
All Packages Class Hierarchy This Package Previous Next Index
Interface marimba.util.TimerClient
- public interface TimerClient
- extends Object
A client of a timer.
- Version:
- 1.7, 12/19/96
- Author:
- Arthur van Hoff
-
tick(long, Object)
- Called when the clock ticks.
tick
public abstract long tick(long tm,
Object arg)
- Called when the clock ticks. This method should
return the time at which the clock should tick
next (-1 means never again). The argument is the
tm the tick was supposed to occur.
All Packages Class Hierarchy This Package Previous Next Index