From e6367a1a7441ab27f4d152f7ee13c6f803621463 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:

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
index de7893a..6050545 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
+++ b/opendj-sdk/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