| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.quicksetup.event; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | /** |
| | | * Inteface for applications that advertise status to interested |
| | |
| | | * form |
| | | * @param newLogDetail new log messages in formatted form |
| | | */ |
| | | void notifyListeners(Integer ratio, Message currentPhaseSummary, |
| | | Message newLogDetail); |
| | | void notifyListeners(Integer ratio, LocalizableMessage currentPhaseSummary, |
| | | LocalizableMessage newLogDetail); |
| | | |
| | | } |