edu.washington.cs.pl_if.gui.table.host
Class HostTableUpdateThread

java.lang.Object
  extended by edu.washington.cs.pl_if.gui.table.host.HostTableUpdateThread
All Implemented Interfaces:
UpdateThread<HostTableRow>, Runnable

public class HostTableUpdateThread
extends Object
implements UpdateThread<HostTableRow>


Field Summary
(package private)  int maxSleepTime
           
(package private)  DataTable<HostTableRow> parent
           
 
Constructor Summary
HostTableUpdateThread(DataTable<HostTableRow> parent, int maxSleepTime)
           
 
Method Summary
 void halt()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

final DataTable<HostTableRow> parent

maxSleepTime

final int maxSleepTime
Constructor Detail

HostTableUpdateThread

public HostTableUpdateThread(DataTable<HostTableRow> parent,
                             int maxSleepTime)
Method Detail

halt

public void halt()
Specified by:
halt in interface UpdateThread<HostTableRow>

run

public void run()
Specified by:
run in interface Runnable