org.nlogo.agent.WatcherManagement
Attributes
-
Source
-
WatcherManagement.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
A watcher to be notified every time the given variable changes for any agent.
A watcher to be notified every time the given variable changes for any agent.
Value parameters
-
variableName
-
The variable name to watch as an upper case string; e.g. "XCOR"
-
watcher
-
The watcher to notify when the variable changes
Attributes
-
Source
-
WatcherManagement.scala
Deletes a variable watcher.
Deletes a variable watcher.
Value parameters
-
variableName
-
The watched variable name as an upper case string; e.g. "XCOR"
-
watcher
-
The watcher to delete
Attributes
-
Source
-
WatcherManagement.scala