tot.gather
类 GatherThread

java.lang.Object
  继承者 tot.gather.GatherThread
所有已实现的接口:
java.lang.Runnable

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


构造函数摘要
GatherThread(java.lang.String u, DataField df)
          Creates a new instance of GatherThread
 
方法摘要
 void run()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

GatherThread

public GatherThread(java.lang.String u,
                    DataField df)
Creates a new instance of GatherThread

方法详细信息

run

public void run()
指定者:
接口 java.lang.Runnable 中的 run