|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jau.timemisc.SimpleTimer
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 |
protected java.lang.Thread me
protected boolean to
protected int _t
Constructor Detail |
public SimpleTimer(int t)
Method Detail |
public void start()
public void stop()
public void run()
run
in interface java.lang.Runnable
public boolean isTo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |