00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 #ifndef __ACCESSIBILITY_APPLICATION_DEFINED__
00024 #define __ACCESSIBILITY_APPLICATION_DEFINED__
00025 
00026 #include <Bonobo_Unknown.idl>
00027 #include <Accessibility_Accessible.idl>
00028 
00029 module Accessibility {
00030 
00041   interface Application : Accessible {
00042 
00050     readonly attribute string toolkitName;
00051 
00056     readonly attribute string version;
00057 
00061     attribute long id;
00062 
00077     void registerToolkitEventListener (in EventListener listener, in string eventName);
00078 
00089     void registerObjectEventListener (in EventListener listener, in string eventName);
00090 
00099     boolean       pause ();
00100 
00106     boolean       resume ();
00107 
00115     string       getLocale (in LOCALE_TYPE lctype);
00116 
00118     void          unImplemented_ ();
00119     void          unImplemented2_ ();
00120     void          unImplemented3_ ();
00122   };
00123 };
00124 
00125 #endif