00001 #include "nsISupports.idl" 00002 #include "tmozIView.idl" 00003 #include "tmozICommandListener.idl" 00004 00005 00011 [scriptable, uuid(0008FF4F-3895-4cc4-B262-A4D3A7B905FA) ] 00012 interface tmozIXULView: tmozIView 00013 { 00022 void addCommandListener(in tmozICommandListener listener); 00023 00030 void removeCommandListener(in tmozICommandListener listener); 00031 };