Class DefaultTriggerScheduler

java.lang.Object
repast.simphony.engine.watcher.AbstractTriggerScheduler
repast.simphony.engine.watcher.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
  • Constructor Details

  • Method Details

    • 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.