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 aError) |
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 | aError | |||
) |
Error.
Error during export.
aPath | Path to the exported batch | |
aError | Error 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.
|