www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@uddDispatcher/callback.m

    function callback(obj, varargin)
%CALLBACK Execute a callback
%
%  CALLBACK(OBJ, CB, SRC, EVT) executes the callback CB by calling the
%  xregcallback function.  if specified, SRC and EVT will be used as the
%  callback source and event if the callback format supports it.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


xregcallback(varargin{:});