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