All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class game.Timer

java.lang.Object
   |
   +----game.Timer

public class Timer
extends Object
The 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.

See Also:
TimerListener

Constructor Index

 o Timer()

Constructors

 o Timer
 public Timer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index