Console.error(Console.CONSTANTS.patch_manager_apply_new_wizard_error(), caught.getMessage());
}
@Override
public void onSuccess(final ApplyContext context) {
window = new DefaultWindow(Console.CONSTANTS.patch_manager_apply_patch());
window.setWidth(480);
window.setHeight(NORMAL_WINDOW_HEIGHT);
window.setWidget(new ApplyWizard(PatchManagerPresenter.this, context,
Console.CONSTANTS.patch_manager_apply_patch(), dispatcher, patchManager));
window.setGlassEnabled(true);