00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIException.idl" 00004 00011 [scriptable, uuid(1723DD14-654F-4528-AB08-BB0389114DA2) ] 00012 interface tmozIUserSettingsPage 00013 : nsISupports { 00014 00022 readonly attribute AString pageName; 00023 00030 readonly attribute AString pageUrl; 00031 00038 void onPageDisplay(); 00039 00043 boolean onPageChange(); 00044 00050 void onPageCancel(); 00051 00057 void onPageOk(); 00058 };