SystemFacade.getInstance().performAction(mfa, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void removeLastConstantPoolItem(ConstantPool cp) {
RemoveLastConstantPoolInfo rlcpi = new RemoveLastConstantPoolInfo(cp);
SystemFacade.getInstance().performAction(rlcpi, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}