Atspi.Event¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
any_data |
r/w |
||
detail1 |
r/w |
||
detail2 |
r/w |
||
sender |
r/w |
||
source |
r/w |
||
type |
r/w |
Methods¶
class |
|
class |
|
Details¶
- class Atspi.Event¶
- classmethod main()¶
Starts/enters the main event loop for the AT-SPI services.
NOTE: This method does not return control; it is exited via a call to
Atspi.Event.quit
from within an event handler.
- classmethod quit()¶
Quits the last main event loop for the AT-SPI services, See:
Atspi.Event.main