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

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

public class ColumnCS_Sent
extends Object
implements TableCellRefreshListener


Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnCS_Sent(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_Sent

public ColumnCS_Sent(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