|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPlots.TimerThread
TimerThread supporting class for ViewPlots.Timer This class handles the implmentation of the background thread for the image animation.
| Field Summary | |
long |
itsInterval
Storage for the tick interval in microseconds |
private java.awt.event.ActionListener |
itsListener
Pointer to the consumer of timer ticks |
boolean |
itsRunningFlag
Flag to track execution status of thread |
| Constructor Summary | |
(package private) |
ViewPlots.TimerThread()
|
| Method Summary | |
void |
run()
run method override from Runnable class, thread execution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean itsRunningFlag
public long itsInterval
private java.awt.event.ActionListener itsListener
| Constructor Detail |
ViewPlots.TimerThread()
| Method Detail |
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||