jau.timemisc
Class SimpleTimer

java.lang.Object
  |
  +--jau.timemisc.SimpleTimer
All Implemented Interfaces:
java.lang.Runnable

public class SimpleTimer
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  int _t
           
protected  java.lang.Thread me
           
protected  boolean to
           
 
Constructor Summary
SimpleTimer(int t)
           
 
Method Summary
 boolean isTo()
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

me

protected java.lang.Thread me

to

protected boolean to

_t

protected int _t
Constructor Detail

SimpleTimer

public SimpleTimer(int t)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable

isTo

public boolean isTo()