Description Objects from the Class Slots Methods Author(s)
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, a short description of what the callback function does, and a list of all preprocessing functions that must be called.
Objects can be created by calls of the form new("gEventFun", ...)
.
callFun
:the callback function
shortName
:a short description of what the callback function does
preprocessFun
:a list of preprocessing functions that must be called before the callback function (this can be NULL)
Sets the callFun
slot
Returns the callFun
slot
Sets the preprocessFun
slot
Returns the preprocessFun
slot
Sets the shortName
slot
Returns the preprocessFun
slot
Elizabeth Whalen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.