From 90288dc278771356aa6dfa3832cb4a4bb19e9fab Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 04 Jul 2007 16:48:57 +0000
Subject: [PATCH] This commit's design changes have been reviewed and approved by Brian Ehret.
---
opends/src/quicksetup/org/opends/quicksetup/WizardStep.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
index 28a8e57..ff912f5 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
@@ -47,4 +47,11 @@
*/
boolean isProgressStep();
+ /**
+ * Indicates whether this is the finished step for the application or not.
+ * @return <CODE>true</CODE> if this is the finished step for the application
+ * and <CODE>false</CODE> otherwise.
+ */
+ boolean isFinishedStep();
+
}
--
Gitblit v1.10.0