www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptguis/@srocsddata/@tunedparameterdata/addListeners.m

    function addListeners(this,newListeners)
% ADDLISTENERS  method to add listeners to object
%
 
% Author(s): A. Stothert 07-Oct-2005
% Copyright 2005 The MathWorks, Inc.

this.Listeners = [this.Listeners; newListeners(:)];