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
private static class TrackerStatusItem.Cell extends AbstractTrackerCell
-
-
Field Summary
-
Fields inherited from class com.biglybt.ui.swt.views.tableitems.mytorrents.AbstractTrackerCell
cell
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
announceResult(TRTrackerAnnouncerResponse response)
void
refresh(TableCell cell)
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 Detail
-
Cell
public Cell(TableCell cell)
-
-
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
- Overrides:
refresh
in classAbstractTrackerCell
- Parameters:
cell
- TableCell that the refresh trigger is for
-
updateSeedsPeers
protected void updateSeedsPeers(Download d, boolean cache)
- Specified by:
updateSeedsPeers
in classAbstractTrackerCell
-
announceResult
public void announceResult(TRTrackerAnnouncerResponse response)
- Specified by:
announceResult
in interfaceDownloadManagerTrackerListener
- Overrides:
announceResult
in classAbstractTrackerCell
-
-