00001 #include "nsISupports.idl" 00002 #include "tmozIUpdateCommand.idl" 00003 00012 [scriptable, uuid(36F87D44-51E8-4c29-A5C3-05E991E7B740) ] 00013 interface tmozICommandListener: nsISupports 00014 { 00023 boolean onCommand(in AString commandId); 00024 00034 boolean onUpdateCommand(in AString commandId, in tmozIUpdateCommand update); 00035 };