vlr-linker-reactor


(vlr-linker-reactor customData callbackList)

This function creates and attaches a BRX module Linker operation reactor to the current drawing, for the command events specified by callbackList.

Arguments

customData  (any valid Lisp data) custom data to be associated with the reactor object, can be NIL
callbackList  (list)  list of DottedPair entries, each DottedPair has the form
(event . callback)

event : one of these symbolic constants


:vlr-rxAppLoaded

a BRX module has been loaded


:vlr-rxAppUnLoaded

a BRX module has been unloaded


callback : the client Lisp side callback function, using 2 arguments :
(defun MyCB ( reactor args / ...) ...)

reactor : the lniker reactor object - #<VLR-Linker-Reactor>
args : (list) contains 1 argument always


:vlr-rxAppLoaded
:vlr-rxAppUnLoaded

1 argument (string)
the name of the BRX module

Return

the reactor object #<VLR-Linker-Reactor> or NIL

Example


Remarks




©  Bricsys NV. All rights reserved.