Class DownloadingRankColumnListener
- java.lang.Object
-
- com.biglybt.plugin.startstoprules.defaultplugin.DownloadingRankColumnListener
-
- All Implemented Interfaces:
TableCellRefreshListener
public class DownloadingRankColumnListener extends java.lang.Object implements TableCellRefreshListener
A "My Torrents" column for displaying Seeding Rank.
-
-
Field Summary
Fields Modifier and Type Field Description private StartStopRulesDefaultPlugin
plugin
-
Constructor Summary
Constructors Constructor Description DownloadingRankColumnListener(StartStopRulesDefaultPlugin _plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
-
-
Field Detail
-
plugin
private StartStopRulesDefaultPlugin plugin
-
-
Constructor Detail
-
DownloadingRankColumnListener
public DownloadingRankColumnListener(StartStopRulesDefaultPlugin _plugin)
-
-
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
- Parameters:
cell
- TableCell that the refresh trigger is for
-
-