Class StartStopRulesDefaultPlugin.RecalcSeedingRanksTask
- java.lang.Object
-
- com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.RecalcSeedingRanksTask
-
- All Implemented Interfaces:
TimerEventPerformer
- Enclosing class:
- StartStopRulesDefaultPlugin
private class StartStopRulesDefaultPlugin.RecalcSeedingRanksTask extends java.lang.Object implements TimerEventPerformer
A simple timer task to recalculate all seeding ranks.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
bCancel
-
Constructor Summary
Constructors Modifier Constructor Description private
RecalcSeedingRanksTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
perform(TimerEvent event)
-
-
-
Method Detail
-
perform
public void perform(TimerEvent event)
- Specified by:
perform
in interfaceTimerEventPerformer
-
cancel
public void cancel()
-
-