Package com.biglybt.pif.ui.tables
Interface TableCellLightRefreshListener
-
- All Superinterfaces:
TableCellRefreshListener
- All Known Implementing Classes:
ColumnThumbAndName
,NameItem
,NameItem
,NameItem
,PathNameItem
,PeerFilesView.PiecesItem.Cell
,ProgressGraphItem.Cell
,SizeItem
public interface TableCellLightRefreshListener extends TableCellRefreshListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh(TableCell cell, boolean sortOnlyRefresh)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Methods inherited from interface com.biglybt.pif.ui.tables.TableCellRefreshListener
refresh
-
-
-
-
Method Detail
-
refresh
void refresh(TableCell cell, boolean sortOnlyRefresh)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Parameters:
cell
- TableCell that the refresh trigger is forsortOnlyRefresh
- true when the cell is being refreshed despite not being visible (this usually occurs when the cell belongs to the sort column)
-
-