vlr-owner-add
 
 
 

Adds an object to the list of owners of an object reactor

(vlr-owner-add reactor owner)

This function adds a new source of reactor events; the reactor will receive events from the specified object.

Arguments

reactor

A VLR object.

owner

A VLA-object to be added to the list of notifiers for this reactor.

Return Values

The VLA-object to which the reactor has been added.

Examples

In the following example, an arc object named “archie” is added to the owner list of reactor circleReactor:

_$ (vlr-owner-add circleReactor
archie)
#<VLA-OBJECT IAcadArc 03ad0bcc>
See Also