From c40f084a6d3e897785f2fbff3ddb97545644cddc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 11 Dec 2006 15:34:39 +0000
Subject: [PATCH] The following modifications include the comments from Neil and Brian (thanks to both for your help):
---
opends/src/quicksetup/org/opends/quicksetup/event/InstallProgressUpdateEvent.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/event/ProgressUpdateEvent.java b/opends/src/quicksetup/org/opends/quicksetup/event/InstallProgressUpdateEvent.java
similarity index 91%
rename from opends/src/quicksetup/org/opends/quicksetup/event/ProgressUpdateEvent.java
rename to opends/src/quicksetup/org/opends/quicksetup/event/InstallProgressUpdateEvent.java
index f3c0e69..8d594ff 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/event/ProgressUpdateEvent.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/event/InstallProgressUpdateEvent.java
@@ -35,11 +35,11 @@
* configuring the server for instance).
*
* In the current implementation this events are generated by the Installer
- * objects and are notified to the objects implementing ProgressUpdateListener
- * (QuickSetup object).
+ * objects and are notified to the objects implementing
+ * InstallProgressUpdateListener (QuickSetup object).
*
*/
-public class ProgressUpdateEvent
+public class InstallProgressUpdateEvent
{
private InstallProgressStep step;
@@ -50,7 +50,7 @@
private String newLogs;
/**
- * Constructor of the ProgressUpdateEvent.
+ * Constructor of the InstallProgressUpdateEvent.
* @param step the InstallProgressStep object describing in which step
* of the installation we are (configuring server, starting server, etc.)
* @param progressRatio the integer that specifies which percentage of
@@ -59,7 +59,7 @@
* current installation progress.
* @param newLogs the new log messages that we have for the installation.
*/
- public ProgressUpdateEvent(InstallProgressStep step,
+ public InstallProgressUpdateEvent(InstallProgressStep step,
Integer progressRatio, String currentPhaseSummary, String newLogs)
{
this.step = step;
--
Gitblit v1.10.0