gEventFun-class(MVCClass)
gEventFun-class()所属R语言包:MVCClass
A class to link a callback function with an event
A类与事件联系起来的一个回调函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
gEventFun类创建一个对象,它包含所有需要的信息链接事件的回调函数。 gEventFun对象将容纳所有的回调函数的信息,包括回调函数,回调函数做什么的简短说明,所有的预处理,必须调用的函数的列表。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("gEventFun", ...).
创建对象可以通过检测的形式new("gEventFun", ...)。
插槽----------Slots----------
callFun: the callback function
callFun:回调函数
shortName: a short description of what the callback function
shortName:什么样的回调函数的简短描述
preprocessFun: a list of preprocessing functions that must
preprocessFun:预处理功能列表
方法----------Methods----------
callFun<- Sets the callFun slot
callFun < - 设置callFun插槽
callFun Returns the callFun slot
callFun返回callFun插槽
preprocessFun<- Sets the preprocessFun slot
preprocessFun < - 设置preprocessFun插槽
preprocessFun Returns the preprocessFun slot
preprocessFun返回preprocessFun插槽
shortName<- Sets the shortName slot
的短< - 设置shortName插槽
shortName Returns the preprocessFun slot
短名称返回preprocessFun插槽
作者(S)----------Author(s)----------
Elizabeth Whalen
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|