Interface TriggerScheduler

All Known Implementing Classes:
AbstractTriggerScheduler, DefaultTriggerScheduler, ImmediateExecutor

public interface TriggerScheduler
Interface for classes that schedule a NotifierTrigger for execution.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    scheduleExecution(Notifier2 notifier, Object watchee, Object value)
    Schedules the trigger for execution.
  • Method Details

    • scheduleExecution

      void scheduleExecution(Notifier2 notifier, Object watchee, Object value)
      Schedules the trigger for execution.
      Parameters:
      notifier - the notifier responsible for this particular watch
      watchee - the watchee
      value - the new field value.