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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
Methods inherited from interface com.biglybt.pif.ui.tables.TableCellRefreshListener
refresh
-
Method Details
-
refresh
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)
-