class <->
changed_messages: chain*Chain of code objects
activated after a slot of an instance has changed that has object->inspect.
Each code object is
activated in turn and the returned status of the execution is ignored.
Argument binding:
| @arg1 | Instance
who's slot changed |
| @arg2 | Name
of the changed slot. |
Changes are not notified before the initialisation of the instance is
complete or after the destruction has started.
This trap is used by the inspector tool. See also class->created_message
and
class->freed_message.
- See also
- - class
-freed_messages
- class-created_messages
- object->inspect
- class-changed_function