performanceTests
Class PerformanceDialog.TextUpdate

java.lang.Object
  extended by performanceTests.PerformanceDialog.TextUpdate
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PerformanceDialog

 class PerformanceDialog.TextUpdate
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.lang.String newString
           
 
Constructor Summary
PerformanceDialog.TextUpdate(java.lang.String newString)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newString

private java.lang.String newString
Constructor Detail

PerformanceDialog.TextUpdate

public PerformanceDialog.TextUpdate(java.lang.String newString)
Method Detail

run

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