Constructs an editor reactor that notifies of a command event
(vlr-command-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 “Command reactor events” table below, 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 a single element, the string identifying the command.