@Override
public void update(Observable obs, Object objEvt)
{
if (objEvt instanceof GfrEvtMdlPlgActive)
{
GfrEvtMdlPlgActive evt = (GfrEvtMdlPlgActive) objEvt;
IGfrHandlerPlugin plgSource = evt.getSource();
boolean blnValue = evt.getValue();
if (! this._updateSetActive_(plgSource, blnValue))
{
String strSevere = "! this._updateSetActive_(plgSource, blnValue)";
GfrTblPopHeightRowFixManPlgsAbs._LOGGER_.severe(strSevere);