SystemFacade.getInstance().performAction(asia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void modifyLongInfo(LongInfo info, long newValue) {
ModifyLongInfoAction mlia = new ModifyLongInfoAction(info, newValue);
SystemFacade.getInstance().performAction(mlia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}