tmozIScanBatchExport Interface Reference

Scan export interface. More...

List of all members.

Public Member Functions

boolean prepareExport (in boolean confirmation)
 Prepare export.
void export (in AString aPath, in tmozIScanBatchExportResponse aResponse)
 Export batch.

Public Attributes

readonly attribute AString menuName
 Name of the export module.


Detailed Description

Scan export interface.

This interface is used to export data from the scanning component (tmozIScanComponent).

Component is used to export whole batch.


Member Function Documentation

void export ( in AString  aPath,
in tmozIScanBatchExportResponse  aResponse 
)

Export batch.

Export whole batch.

Parameters:
aPath Path to the scanned batch.
aResponse Object to store results.
Note:
Results are stored in the aResponse(tmozIScanBatchExportResponse) object.

boolean prepareExport ( in boolean  confirmation  ) 

Prepare export.

Prepare export module. Method is called at the beginning of export.

Parameters:
confirmation Flag if confirmation should be displayed.
Returns:
Return true if export can continue. Return false if user/modul cancelled this operation.


Member Data Documentation

readonly attribute AString menuName

Name of the export module.

This name is displayed in the context menu.


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