Package repast.simphony.engine.watcher
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 TypeMethodDescriptionvoid
scheduleExecution
(Notifier2 notifier, Object watchee, Object value) Schedules the trigger for execution.
-
Method Details
-
scheduleExecution
Schedules the trigger for execution.- Parameters:
notifier
- the notifier responsible for this particular watchwatchee
- the watcheevalue
- the new field value.
-