@Override
public void update(Observable obs, Object objEvent)
{
if (objEvent instanceof GfrEvtMdlDspActCtrIdZoomObject)
{
GfrEvtMdlDspActCtrIdZoomAbs actEvent = (GfrEvtMdlDspActCtrIdZoomAbs) objEvent;
String strIdTarget = actEvent.getIdTarget();
if (this._strIdTlo_.compareTo(strIdTarget) != 0)
return;
if (super.isIcon())