00001 #include "nsISupports.idl" 00002 #include "tmozIDomain.idl" 00003 #include "tmozIView.idl" 00004 00005 00011 [scriptable, uuid(85CB3EFB-931C-4635-8EE1-CC4B6B80B1FB) ] 00012 interface tmozIXULLauncher: nsISupports 00013 { 00025 tmozIView createView(in tmozIDomain domain, in AString viewName, 00026 in AString url, in nsISupports param); 00027 };