vlr-reactions


(vlr-reactions reactor)

This function returns all events and associated event handlers for the reactor object.

Arguments

reactor  (any reactor object)  the reactor to query

Return

list of DottedPairs, or NIL;
each DottedPair is of form : (event . handlerFunction)
both event and handlerFunction are symbols

Example

(setq rx (vlr-object-reactor nil nil '((:vlr-modified . cb))))  #<VLR-Object-Reactor>
(vlr-reactions rx)  ((:VLR-MODIFIED . CB))

Remarks

see (vlr-reaction-set) function



©  Bricsys NV. All rights reserved.