mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/src/quicksetup/org/opends/quicksetup/event/ProgressNotifier.java
@@ -27,6 +27,8 @@
package org.opends.quicksetup.event;
import org.opends.messages.Message;
/**
 * Inteface for applications that advertise status to interested
 * listeners.
@@ -54,11 +56,11 @@
   * @param ratio Integer specifying the percentage of the whole
   *        process that has been completed
   * @param currentPhaseSummary localized summary message for
   *        the current installation progress in formatted
   *        form
 *        the current installation progress in formatted
 *        form
   * @param newLogDetail new log messages in formatted form
   */
  void notifyListeners(Integer ratio, String currentPhaseSummary,
      String newLogDetail);
  void notifyListeners(Integer ratio, Message currentPhaseSummary,
      Message newLogDetail);
}