addWriteReactor

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

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.