Class StartStopRulesDefaultPlugin.ChangeFlagCheckerTask

  • All Implemented Interfaces:
    TimerEventPerformer
    Enclosing class:
    StartStopRulesDefaultPlugin

    private class StartStopRulesDefaultPlugin.ChangeFlagCheckerTask
    extends java.lang.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.