00001 #include "nsISupports.idl" 00002 #include "tmozIActionObject.idl" 00003 #include "tmozIException.idl" 00004 00005 interface tmozIDomain; 00006 00014 [scriptable, uuid(5215B66B-CBB0-4f67-9B7C-D080F84C497E)] 00015 interface tmozIActionObjectListener: nsISupports 00016 { 00033 long onReceivedObject(in tmozIDomain domain, in tmozIActionObject tmozActionObject, in tmozIException tmozException); 00034 };