Featured classes
net.rim.device.api.ui.accessibility.AccessibilityManager
This class is used to register and unregister an AccessibleEventListener object with the BlackBerry® device. After a listener is registered, it receives notifications and outputs the events that are received in the console window.
In the sample application, the events are handled based on the AccessibleRole of each of the UI components. A different handler method is defined for each of the different roles.
Next topic: Featured interfaces
Previous topic: Overview