add Write Reactor
abstract fun addWriteReactor(key: A_Atom, reactor: VariableDescriptor.VariableAccessReactor)
Content copied to clipboard
Add a write reactor to the variable and associate it with the specified key (for subsequent removal).
Parameters
key
An atom.
reactor
A write reactor.