Accessibility_Application.idl
Go to the documentation of this file.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 <Accessibility_Accessible.idl>
00027
00028 module Accessibility {
00029
00040 interface Application : Accessible {
00041
00049 readonly attribute string toolkitName;
00050
00055 readonly attribute string version;
00056
00060 attribute long id;
00061
00076 void registerToolkitEventListener (in EventListener listener, in string eventName);
00077
00088 void registerObjectEventListener (in EventListener listener, in string eventName);
00089
00098 boolean pause ();
00099
00105 boolean resume ();
00106
00114 string getLocale (in LOCALE_TYPE lctype);
00115
00117 void unImplemented_ ();
00118 void unImplemented2_ ();
00119 void unImplemented3_ ();
00121 };
00122 };
00123
00124 #endif