tmozIScanBatchExportResponse Interface Reference

Response object for scan export. More...

List of all members.

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.


Detailed Description

Response object for scan export.

This is response object for method Export() in the tmozIScanBatchExport interface.


Member Function Documentation

void exportCancel ( in AString  aPath  ) 

Cancel.

Called when user canceled export.

Parameters:
aPath Path to the exported batch.

void exportError ( in AString  aPath,
in AString  aUserError,
in AString  aExceptionDescr 
)

Error.

Error during export.

Parameters:
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.

Parameters:
aPath Path to the exported batch.
aDelete Flag if batch should be deleted.
  • true Batch will be deleted.
  • false Batch will not be deleted.


Generated on Wed Dec 15 09:54:21 2010 for Tahiti XPCOM API