Class StartStopRulesDefaultPlugin.ChangeFlagCheckerTask

java.lang.Object
com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.ChangeFlagCheckerTask
All Implemented Interfaces:
TimerEventPerformer
Enclosing class:
StartStopRulesDefaultPlugin

private class StartStopRulesDefaultPlugin.ChangeFlagCheckerTask extends Object implements TimerEventPerformer
This class check if the somethingChanged flag and call process() when its set. This allows pooling of changes, thus cutting down on the number of sucessive process() calls.
  • Field Details

  • Constructor Details

    • ChangeFlagCheckerTask

      private ChangeFlagCheckerTask()
  • Method Details