Events¶
-
printEvent([destination, ]event[, description])¶ prints the description of event in destination (see fprintf), including description if it is specified.
-
ignoring([destination, ]event[, description])¶ Same as printEvent, with a slightly different presentation. Used to draw attention to events which are not handled.
-
queueEvent(type[, value[, index[, source]]])¶ Queue an event
-
addHandler(args)¶ assign a specific thread to handle certain events
-
removeHandler(args)¶ remove an event handler thread assignment
-
eventMatch(args)¶