rcm.util
Class Timer

java.lang.Object
  |
  +--rcm.util.Timer
Direct Known Subclasses:
Chronicle

public class Timer
extends java.lang.Object


Constructor Summary
Timer()
           
 
Method Summary
protected  void alarm()
           
 void cancel()
           
 boolean expired()
           
 int getInterval()
           
 boolean getPeriodic()
           
 void set(int msecDelay, boolean periodic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

set

public void set(int msecDelay,
                boolean periodic)

getInterval

public int getInterval()

getPeriodic

public boolean getPeriodic()

cancel

public void cancel()

alarm

protected void alarm()

expired

public boolean expired()