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

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

public class ColumnCS_Received
extends Object
implements TableCellRefreshListener


Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnCS_Received(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_Received

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