import "Accessibility_Registry.idl";
Inheritance diagram for Accessibility::Registry:
Public Methods | |
oneway void | registerApplication (in Application application) |
void | deregisterApplication (in Application application) |
void | registerGlobalEventListener (in EventListener listener, in string eventName) |
void | deregisterGlobalEventListenerAll (in EventListener listener) |
void | deregisterGlobalEventListener (in EventListener listener, in string eventName) |
short | getDesktopCount () |
Desktop | getDesktop (in short n) |
DesktopSeq | getDesktopList () |
DeviceEventController | getDeviceEventController () |
void | unImplemented () |
void | unImplemented2 () |
void | unImplemented3 () |
void | unImplemented4 () |
void | unImplemented5 () |
void | unImplemented6 () |
The Registry service provides four basic functions to Assistive Technology (AT) clients:
|
De-register an application previously registered with the broker. deregisterApplication:
|
|
deregisterGlobalEventListener:
|
|
deregisterGlobalEventListenerAll:
|
|
getDesktop: @n: the index of the requested Desktop. Get the nth accessible desktop.
|
|
getDesktopCount: Get the current number of desktops.
|
|
Get a list of accessible desktops. @returns: a sequence containing references to the Desktops. |
|
Obtain an object which can be used to request device event notifications. @returns: an object implementing DeviceEventController |
|
Register a new application with the accessibility broker.
|
|
Register a client's interest in (all) application events of a certain type.
|
|
\cond unImplemented: placeholders for future expansion. |
|
|
|
|
|
|
|
|
|
|