| |
|
| java.lang.Object java.lang.Thread com.Yasna.util.CacheTimer
CacheTimer | public class CacheTimer extends Thread (Code) | | Simple timer that keeps the currentTime variable of Cache accurate to one
second of the real clock time.
|
Constructor Summary | |
public | CacheTimer(long updateInterval) Creates a new CacheTimer object. |
Method Summary | |
public void | run() |
CacheTimer | public CacheTimer(long updateInterval)(Code) | | Creates a new CacheTimer object. The currentTime of Cache will be
updated at the specified update interval.
Parameters: updateInterval - the interval in milleseconds that updates shouldbe done. |
|
|
|