SystemFacade.getInstance().performAction(msia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void addStringInfo(ConstantPool cp, String str) {
AddStringInfoAction asia = new AddStringInfoAction(cp, str);
SystemFacade.getInstance().performAction(asia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}