3839404142434445
public void changeDescription(String strId, String strNew) throws Exception { // notify observers super.setChanged(); Object obj = new GfrEvtMdlIdDatChangedDescTlo(strId, strNew); super.notifyObservers(obj); }