00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00010 [scriptable, uuid(db5d1b6e-3579-4c96-aaad-b17ef0cbae52) ] 00011 interface tmozIScanBatchExportResponse: nsISupports 00012 { 00022 void exportSuccess(in AString aPath, in boolean aDelete); 00023 00030 void exportCancel(in AString aPath); 00031 00041 void exportError(in AString aPath, in AString aUserError, in AString aExceptionDescr); 00042 };