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

    function notifyFullRefresh(obj)
%NOTIFYFULLREFRESH Fire the TradeoffChanged event
%
%  NOTIFYFULLREFRESH(OBJ) fires the "TradeoffChanged" event which can be
%  used to force complete refreshes from all GUI components.

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


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