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 AbstractTrackerCell
cell -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidannounceResult(TRTrackerAnnouncerResponse response) voidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()protected voidupdateSeedsPeers(Download d, boolean cache) Methods inherited from class AbstractTrackerCell
cellHover, cellHoverComplete, checkScrapeResult, dispose, getDownload, scrapeResult
-
Constructor Details
-
Cell
-
-
Method Details
-
refresh
Description copied from interface:TableCellRefreshListenerTriggered based on refresh interval specified inTableColumn.getRefreshInterval()- Specified by:
refreshin interfaceTableCellRefreshListener- Overrides:
refreshin classAbstractTrackerCell- Parameters:
cell- TableCell that the refresh trigger is for
-
updateSeedsPeers
- Specified by:
updateSeedsPeersin classAbstractTrackerCell
-
announceResult
- Specified by:
announceResultin interfaceDownloadManagerTrackerListener- Overrides:
announceResultin classAbstractTrackerCell
-