SystemFacade.getInstance().performAction(mui, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void modifyDoubleInfo(DoubleInfo info, double newValue) {
ModifyDoubleInfoAction mdia = new ModifyDoubleInfoAction(info, newValue);
SystemFacade.getInstance().performAction(mdia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}