import "Accessibility_Registry.idl";
Inheritance diagram for Accessibility::Registry:
Public Member Functions | |
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 () |
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: Get the nth accessible desktop.
|
|
getDesktopCount: Get the current number of desktops.
|
|
Get a list of accessible desktops.
|
|
Obtain an object which can be used to request device event notifications.
|
|
Register a new application with the accessibility broker.
|
|
Register a client's interest in (all) application events of a certain type.
|