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/WizardStep.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
index 9c255fc..28a8e57 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
@@ -39,4 +39,12 @@
*/
String getMessageKey();
+ /**
+ * Indicates that when this step is displayed the application will
+ * be asked to launch itself.
+ * @return true indicating that this is the progress step for the
+ * application
+ */
+ boolean isProgressStep();
+
}
--
Gitblit v1.10.0