edu.washington.cs.pl_if.gui.table
Interface UpdateThread<T extends TableRow>

All Superinterfaces:
Runnable
All Known Implementing Classes:
CommandOverviewUpdateThread, CommandTableUpdateThread, HostTableUpdateThread

public interface UpdateThread<T extends TableRow>
extends Runnable


Method Summary
 void halt()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

halt

void halt()