gEventFun-class {MVCClass} | R Documentation |
The gEventFun class creates an object which contains all the needed information to link a callback function to an event. The gEventFun object will hold all of the callback function information, including the callback function name, a short description of what the callback function does, and a vector of all preprocessing functions that must be called.
Objects can be created by calls of the form new("gEventFun", ...)
.
callFun
:shortName
:preprocessFun
:callFun
slot callFun
slot preprocessFun
slot preprocessFun
slot shortName
slot preprocessFun
slot Elizabeth Whalen