SystemFacade.getInstance().performAction(rlcpi, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void modifyUTF8Info(UTF8Info info, String newValue) {
ModifyUTF8InfoAction mui = new ModifyUTF8InfoAction(info, newValue);
SystemFacade.getInstance().performAction(mui, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}