class <->
created_messages: chain*Chain of code objects
invoked when an instance of this class is created. After successful
creation of an instance, the following arguments are forwarded to each code
object in the chain:
| @arg1 | Name
of the class |
| @arg2 | Reference
to the new instance |
| @arg3 | Action
that caused the creation of the object |
Possible values for @arg3
are:
May be used to keep track of the set of instances of this class in
combination wit class->freed_message.
See also class->changed_message
and class->record_instances.
- See also
- - class
-freed_messages
- class-changed_messages
- class<-instance