00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00010 [scriptable, uuid(9c56aaec-2771-456b-ad9f-2f44fca70a23) ] 00011 interface tmozIObjectView: nsISupports 00012 { 00019 readonly attribute boolean modified; 00020 00030 boolean close(in long force); 00031 00038 boolean updateData(); 00039 };