00001 #include "nsISupports.idl" 00002 #include "nsIJSON.idl" 00003 00008 [scriptable, uuid(104A0469-F3F2-4b28-81FD-D1129BD8BF8E) ] 00009 interface tmozIFunctionResponseListener: nsISupports 00010 { 00014 void remoteResponse(in long errorCode, in AString data); 00015 };