import "Accessibility_Application.idl";
Inheritance diagram for Accessibility::Application:
Public Member Functions | |
void | registerToolkitEventListener (in EventListener listener, in string eventName) |
void | registerObjectEventListener (in EventListener listener, in string eventName) |
boolean | pause () |
boolean | resume () |
string | getLocale (in LOCALE_TYPE lctype) |
Data Fields | |
readonly attribute string | toolkitName |
readonly attribute string | version |
attribute long | id |
void Accessibility::Application::registerToolkitEventListener | ( | in EventListener | listener, | |
in string | eventName | |||
) |
listener,: | an EventListener object which will receive the requested events from the application's toolkits via toolit 'bridges' | |
eventName,: | a UTF-8 string indicating the type of (toolkit-specific) event being requested. Not all applications can generate toolkit events of a given type. |
void Accessibility::Application::registerObjectEventListener | ( | in EventListener | listener, | |
in string | eventName | |||
) |
registerObjectEventListener:
listener,: | an EventListener object which will receive the requested events | |
eventName,: | a UTF-8 string indicating the type of (toolkit-specific) event being requested. Register with this application toolkit for "Accessibility::Accessible" event notifications. |
boolean Accessibility::Application::pause | ( | ) |
Request that the application temporarily stop sending events. In most cases this should pause the application's main event loop.
true
if the request succeeded, false
otherwise.boolean Accessibility::Application::resume | ( | ) |
Request that the application resume sending events.
True
if the request succeeded, False
otherwise. string Accessibility::Application::getLocale | ( | in LOCALE_TYPE | lctype | ) |
Gets the locale in which the application is currently operating. For the current message locale, use lctype LOCALE_TYPE_MESSAGES.
lctype | The LocaleType for which the locale is queried. |
readonly attribute string Accessibility::Application::toolkitName |
A string indicating the type of user interface toolkit which is used by the application.
readonly attribute string Accessibility::Application::version |
A string indicating the version number of the application's accessibility bridge implementation.
attribute long Accessibility::Application::id |
The application instance's unique ID as assigned by the registry.