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 aError)
 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  aError 
)

Error.

Error during export.

Parameters:
aPath Path to the exported batch
aError Error 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 Thu Aug 27 12:37:06 2009 for Tahiti XPCOM API