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