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

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

public class CommandOverviewUpdateThread
extends Object
implements UpdateThread<CommandOverviewRow>


Field Summary
(package private)  int commandId
           
(package private)  int maxSleepTime
           
(package private)  DataTable<CommandOverviewRow> parent
           
 
Constructor Summary
CommandOverviewUpdateThread(DataTable<CommandOverviewRow> parent, int maxSleepTime, int commandId)
           
 
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<CommandOverviewRow> parent

maxSleepTime

final int maxSleepTime

commandId

final int commandId
Constructor Detail

CommandOverviewUpdateThread

public CommandOverviewUpdateThread(DataTable<CommandOverviewRow> parent,
                                   int maxSleepTime,
                                   int commandId)
Method Detail

halt

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

run

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