edu.washington.cs.pl_if.gui.table.command
Class CommandTableUpdateThread

java.lang.Object
  extended by edu.washington.cs.pl_if.gui.table.command.CommandTableUpdateThread
All Implemented Interfaces:
UpdateThread<CommandTableRow>, Runnable

public class CommandTableUpdateThread
extends Object
implements UpdateThread<CommandTableRow>


Field Summary
(package private)  int maxSleepTime
           
(package private)  DataTable<CommandTableRow> parent
           
 
Constructor Summary
CommandTableUpdateThread(DataTable<CommandTableRow> 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<CommandTableRow> parent

maxSleepTime

final int maxSleepTime
Constructor Detail

CommandTableUpdateThread

public CommandTableUpdateThread(DataTable<CommandTableRow> parent,
                                int maxSleepTime)
Method Detail

halt

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

run

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