edu.washington.cs.pl_if.gui.table.command
Class CommandTableUpdateThread
java.lang.Object
edu.washington.cs.pl_if.gui.table.command.CommandTableUpdateThread
- All Implemented Interfaces:
- UpdateThread<CommandTableRow>, Runnable
public class CommandTableUpdateThread
- extends Object
- implements UpdateThread<CommandTableRow>
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<CommandTableRow> parent
maxSleepTime
final int maxSleepTime
CommandTableUpdateThread
public CommandTableUpdateThread(DataTable<CommandTableRow> parent,
int maxSleepTime)
halt
public void halt()
- Specified by:
halt
in interface UpdateThread<CommandTableRow>
run
public void run()
- Specified by:
run
in interface Runnable