Class DownSpeedItem.RefreshListener
- java.lang.Object
-
- com.biglybt.ui.swt.views.tableitems.mytorrents.DownSpeedItem.RefreshListener
-
- All Implemented Interfaces:
TableCellRefreshListener
- Enclosing class:
- DownSpeedItem
private static class DownSpeedItem.RefreshListener extends java.lang.Object implements TableCellRefreshListener
-
-
Field Summary
Fields Modifier and Type Field Description private int
iLastState
private int
loop
-
Constructor Summary
Constructors Modifier Constructor Description private
RefreshListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
changeColor(TableCell cell, Download dl, int iState)
void
refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
-
-
Method Detail
-
refresh
public void refresh(TableCell cell)
Description copied from interface:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
-
-