public interface ExcelImExportObserver
| Modifier and Type | Method and Description |
|---|---|
void |
newError(ExcelImExporterError aError)
Will be called if a error occurred during im-/export.
|
void |
newWarning(ExcelImExporterWarning aWarning)
Will be called if the im-/export has some warning for the user like a
column is unknown and will be skipped.
|
void |
updateProgress(float aPercentage)
Will be called if a new progress is reached.
|
void newError(ExcelImExporterError aError)
aError - The error which occurred.void newWarning(ExcelImExporterWarning aWarning)
aWarning - The warning for the user.void updateProgress(float aPercentage)
aPercentage - The progress in percentage.Copyright © 2019. All rights reserved.