SystemFacade.getInstance().performAction(asia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void addConstantPoolInfo(ConstantPool cp, ConstantPoolInfo item) {
AddConstantPoolInfoAction asia = new AddConstantPoolInfoAction(cp, item);
SystemFacade.getInstance().performAction(asia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}