Constructs a reactor object that notifies your application every time an ObjectARX application is loaded or unloaded
(vlr-linker-reactor data callbacks)
- data
- callbacks
-
A list of pairs of the following form:
(event-name . callback_function)
where event-name is one of the symbols listed in the “Linker reactor events” table, and callback_function is a symbol representing a function to be called when the event fires. Each callback function accepts two arguments:
reactor_object The VLR object that called the callback function.
list A list containing the name of the ObjectARX program that was loaded or unloaded (a string).
(vlr-linker-reactor nil '((:vlr-rxAppLoaded . my-vlr-trace-reaction))) #<VLR-Linker-Reactor>