Uses of Class
repast.simphony.engine.watcher.Notifier2
Packages that use Notifier2
-
Uses of Notifier2 in repast.simphony.engine.watcher
Methods in repast.simphony.engine.watcher with parameters of type Notifier2Modifier and TypeMethodDescriptionvoid
DefaultTriggerScheduler.scheduleExecution
(Notifier2 notifier, Object watchee, Object value) Scheduled the execution of the trigger for all watchers managed by the notifier.void
ImmediateExecutor.scheduleExecution
(Notifier2 notifier, Object watchee, Object value) Executes the trigger immediately for all watchers managed by the notifier.void
TriggerScheduler.scheduleExecution
(Notifier2 notifier, Object watchee, Object value) Schedules the trigger for execution.