Module EventManager
[hide private]
[frames] | no frames]

Module EventManager

source code

Defines a class that extends pyLinAcc.Event.Manager to support AEEvents.


Authors:
Peter Parente, Pete Brunet

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License: The BSD License

All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  EventManager
Watches for AT-SPI events and reports them to observers.
Variables [hide private]
  log = logging.getLogger('Event')
integer EVENT_INTERVAL = 10
Number of ms between calls to pump the event queues
integer MAX_EVENTS = 10
  MAX_EVENT
Maximum number of raw or AEEvents to process in a single callback from the main loop