tot.gather
类 ScheduledGatherThread

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

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


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

构造函数详细信息

ScheduledGatherThread

public ScheduledGatherThread(int taskid)
Creates a new instance of GatherThread

方法详细信息

run

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