gEventFun-class           package:MVCClass           R Documentation

_A _c_l_a_s_s _t_o _l_i_n_k _a _c_a_l_l_b_a_c_k _f_u_n_c_t_i_o_n _w_i_t_h _a_n _e_v_e_n_t

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("gEventFun",
     ...)'.

_S_l_o_t_s:


     '_c_a_l_l_F_u_n': the callback function

     '_s_h_o_r_t_N_a_m_e': a short description of what the callback function
          does

     '_p_r_e_p_r_o_c_e_s_s_F_u_n': a list of preprocessing functions that must be
          called before the callback function (this can be NULL)

_M_e_t_h_o_d_s:


     _c_a_l_l_F_u_n<- Sets the 'callFun' slot 

     _c_a_l_l_F_u_n Returns the 'callFun' slot 

     _p_r_e_p_r_o_c_e_s_s_F_u_n<- Sets the 'preprocessFun' slot 

     _p_r_e_p_r_o_c_e_s_s_F_u_n Returns the 'preprocessFun' slot 

     _s_h_o_r_t_N_a_m_e<- Sets the 'shortName' slot 

     _s_h_o_r_t_N_a_m_e Returns the 'preprocessFun' slot 

_A_u_t_h_o_r(_s):

     Elizabeth Whalen

