ajax.gui.graph
Class UpdateThread

java.lang.Object
  |
  +--ajax.gui.graph.UpdateThread
All Implemented Interfaces:
java.lang.Runnable

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

A thread that uses this Runnable reads GraphParameter on Url and update image of graph label each time one is received.

See Also:
GraphParameter

Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()

run

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

stop

public void stop()