org.gudy.azureus2.ui.swt.views.clientstats
Class ColumnCS_Discarded

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.clientstats.ColumnCS_Discarded
All Implemented Interfaces:
TableCellRefreshListener

public class ColumnCS_Discarded
extends Object
implements TableCellRefreshListener


Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnCS_Discarded(TableColumn column)
           
 
Method Summary
 void refresh(TableCell cell)
          Triggered based on refresh interval specified in TableColumn.getRefreshInterval()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_ID

public static final String COLUMN_ID
See Also:
Constant Field Values
Constructor Detail

ColumnCS_Discarded

public ColumnCS_Discarded(TableColumn column)
Method Detail

refresh

public void refresh(TableCell cell)
Description copied from interface: TableCellRefreshListener
Triggered based on refresh interval specified in TableColumn.getRefreshInterval()

Specified by:
refresh in interface TableCellRefreshListener
Parameters:
cell - TableCell that the refresh trigger is for