@Override
public void onSuccess(final RollbackContext context) {
window = new DefaultWindow(Console.CONSTANTS.patch_manager_rollback());
window.setWidth(480);
window.setHeight(NORMAL_WINDOW_HEIGHT);
window.setWidget(new RollbackWizard(PatchManagementPresenter.this, context,
Console.CONSTANTS.patch_manager_rollback(), dispatcher, patchManager));
window.setGlassEnabled(true);
window.center();
}
};