Class TrackerStatusItem.Cell
java.lang.Object
com.biglybt.ui.swt.views.tableitems.mytorrents.AbstractTrackerCell
com.biglybt.ui.swt.views.tableitems.mytorrents.TrackerStatusItem.Cell
- All Implemented Interfaces:
DownloadManagerTrackerListener
,TableCellDisposeListener
,TableCellRefreshListener
,TableCellToolTipListener
- Enclosing class:
TrackerStatusItem
-
Field Summary
Fields inherited from class com.biglybt.ui.swt.views.tableitems.mytorrents.AbstractTrackerCell
cell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
announceResult
(TRTrackerAnnouncerResponse response) void
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
protected void
updateSeedsPeers
(Download d, boolean cache) Methods inherited from class com.biglybt.ui.swt.views.tableitems.mytorrents.AbstractTrackerCell
cellHover, cellHoverComplete, checkScrapeResult, dispose, getDownload, scrapeResult
-
Constructor Details
-
Cell
-
-
Method Details
-
refresh
Description copied from interface:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Overrides:
refresh
in classAbstractTrackerCell
- Parameters:
cell
- TableCell that the refresh trigger is for
-
updateSeedsPeers
- Specified by:
updateSeedsPeers
in classAbstractTrackerCell
-
announceResult
- Specified by:
announceResult
in interfaceDownloadManagerTrackerListener
- Overrides:
announceResult
in classAbstractTrackerCell
-