addWriteReactor

open override fun addWriteReactor(key: A_Atom, reactor: VariableDescriptor.VariableAccessReactor)

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.