Public Member Functions | |
void | exportSuccess (in AString aPath, in boolean aDelete) |
Success. | |
void | exportCancel (in AString aPath) |
Cancel. | |
void | exportError (in AString aPath, in AString aUserError, in AString aExceptionDescr) |
Error. |
This is response object for method Export() in the tmozIScanBatchExport interface.
void exportCancel | ( | in AString | aPath | ) |
Cancel.
Called when user canceled export.
aPath | Path to the exported batch. |
void exportError | ( | in AString | aPath, | |
in AString | aUserError, | |||
in AString | aExceptionDescr | |||
) |
Error.
Error during export.
aPath | Path to the exported batch | |
aUserError | Error description. This is user visible message which is localized. | |
aExceptionDescr | Exception description |
void exportSuccess | ( | in AString | aPath, | |
in boolean | aDelete | |||
) |
Success.
Called on successfully finished export.
aPath | Path to the exported batch. | |
aDelete | Flag if batch should be deleted.
|