edu.washington.cs.pl_if.gui.table.command
Class CommandOverviewUpdateThread
java.lang.Object
edu.washington.cs.pl_if.gui.table.command.CommandOverviewUpdateThread
- All Implemented Interfaces:
- UpdateThread<CommandOverviewRow>, Runnable
public class CommandOverviewUpdateThread
- extends Object
- implements UpdateThread<CommandOverviewRow>
Method Summary |
void |
halt()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
final DataTable<CommandOverviewRow> parent
maxSleepTime
final int maxSleepTime
commandId
final int commandId
CommandOverviewUpdateThread
public CommandOverviewUpdateThread(DataTable<CommandOverviewRow> parent,
int maxSleepTime,
int commandId)
halt
public void halt()
- Specified by:
halt
in interface UpdateThread<CommandOverviewRow>
run
public void run()
- Specified by:
run
in interface Runnable