All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.dmod.Timer

java.lang.Object
   |
   +----berkeley.cs.dmc.dmod.Timer

public class Timer
extends Object
implements Runnable

Constructor Index

 o Timer(Object)

Method Index

 o addTimerListener(TimerListener)
 o isRunning()
 o kill()
 o removeTimerListeners(TimerListener)
 o run()
 o start(long, boolean)
 o stop()

Constructors

 o Timer
 public Timer(Object cmd)

Methods

 o addTimerListener
 public synchronized void addTimerListener(TimerListener tl)
 o removeTimerListeners
 public synchronized void removeTimerListeners(TimerListener tl)
 o isRunning
 public synchronized boolean isRunning()
 o start
 public synchronized void start(long millis,
                                boolean periodic)
 o stop
 public synchronized void stop()
 o kill
 public synchronized void kill()
 o run
 public synchronized void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index