SystemFacade.getInstance().performAction(mlia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void modifyIntegerInfo(IntegerInfo info, int newValue) {
ModifyIntegerInfoAction miia = new ModifyIntegerInfoAction(info,
newValue);
SystemFacade.getInstance().performAction(miia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}