All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----game.Timer
Timer class implements the timers needed for many
games. Timers runs in their own separate threads. An object may
register a timer using the addTimerListener method,
supposing it implements the TimerListener interface.
public Timer()
All Packages Class Hierarchy This Package Previous Next Index