www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tradeoffMessageService/notifyCandidateValueChange.m

    function notifyCandidateValueChange(obj)
%NOTIFYCANDIDATEVALUECHANGE Fire the CandidateValueChanged event
%
%  NOTIFYCANDIDATEVALUECHANGE(OBJ) fires the "CandidateValueChanged" event
%  which is used to notify users that the candidate tradeoff input values
%  for a tradeoff point have been altered.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.send('CandidateValueChanged', handle.EventData(obj, 'CandidateValueChanged'));