From 12499600a8095e85f4e6afbfff3347b74d7e6d1e Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 10 May 2007 18:55:38 +0000
Subject: [PATCH] This chunk of code:
---
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java b/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
index de7893a..6050545 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -307,8 +307,12 @@
* Called when the user has clicked the 'finish' button.
* @param cStep WizardStep at which the user clicked the previous button
* @param qs QuickSetup controller
+ * @return boolean that the application uses to indicate the the
+ * application should be launched. If false, the application is
+ * responsible for updating the user data for the final screen and
+ * launching the application if this is the desired behavior.
*/
- public abstract void finishClicked(final WizardStep cStep,
+ public abstract boolean finishClicked(final WizardStep cStep,
final QuickSetup qs);
/**
--
Gitblit v1.10.0