Object memento,
boolean sendEdit) {
ProjectPersistor persistor = view.getProjectPersistor();
try {
struct.apply(transformation);
RefreshStructuresCallback callback = new ApplyStructureCallback(
editor, struct, wizard, persistor, memento, sendEdit);
refreshMappingTree(callback);
} catch (EditStructureException ex) {
handleException(ex, editor, memento, persistor);
}