Class DefaultTriggerScheduler

  • All Implemented Interfaces:
    TriggerScheduler

    public class DefaultTriggerScheduler
    extends AbstractTriggerScheduler
    Schedules the execution of trigger on a list of watchers at the time defined by the Watch.
    Author:
    Nick Collier
    • Method Detail

      • scheduleExecution

        public void scheduleExecution​(Notifier2 notifier,
                                      Object watchee,
                                      Object value)
        Scheduled the execution of the trigger for all watchers managed by the notifier.
        Parameters:
        notifier - the notifier responsible for this particular watch
        watchee - the watchee
        value - the new field value.