| Trees | Indices | Help |
|---|
|
|
object --+
|
Observer --+
|
Accessibility__POA.DeviceEventListener --+
|
DeviceObserver
Observes keyboard press and release events. The settings for the listener mode are hard coded so that key presses and releases can be consumed by any client registered with the Manager to observe these events.
|
|||
|
|||
|
|||
|
|||
| Accessibility.EventListener |
|
||
| boolean |
|
||
|
Inherited from Inherited from |
|||
|
|||
| Accessibility.EventListenerMode |
mode Keyboard event mode (currently hardwired as non-preemptive and asynchronous) |
||
|
|||
|
Inherited from |
|||
|
|||
Creates a mode object that defines when key events will be received from the system.
|
Starts keyboard event monitoring on all keys and key combinations. The event type to be monitored (key press or key release) is given by the event name. See Manager.addClient for valid event names.
|
Stops keyboard event monitoring on all keys and key combinations. The event type to stop monitoring (key press or key release) is given by the event name. See Manager.addClient for possible event names.
|
Reports that this class only implements the AT-SPI DeviceEventListener interface. Required by AT-SPI.
|
Notifies the Manager that an event has occurred. Wraps the raw event object in our Event class to support automatic ref and unref calls. An observer can set the Event consume flag to True to indicate this event should not be allowed to pass to other AT-SPI observers or the underlying application.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:27 2007 | http://epydoc.sourceforge.net |