ittp
Class Control.Refresh

java.lang.Object
  extended byittp.Control.Refresh
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Control

class Control.Refresh
extends java.lang.Object
implements java.lang.Runnable

Thread executing the management server


Constructor Summary
(package private) Control.Refresh()
           
 
Method Summary
 void run()
          Refresh the value every 100 ms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Control.Refresh

Control.Refresh()
Method Detail

run

public void run()
Refresh the value every 100 ms

Specified by:
run in interface java.lang.Runnable