Trees | Indices | Help |
|
---|
|
object --+ | _AEEventManager
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
AEMonitor.MonitorCollection |
|
||
|
|||
True |
|
||
|
|||
|
|||
boolean |
|
||
boolean |
|
||
Inherited from |
|
|||
type of Accessibility.Registry |
acc_reg Reference to the Accessibility.Registry |
||
Queue.Queue |
ae_queue FIFO queue of AEEvent to be executed |
||
AEEvent |
last_event the last executed event |
||
AEMonitor.MonitorCollection |
monitors collection of AEMonitors to be notified about events. |
|
|||
Inherited from |
|
Initializes the parent class. Creates an event queue. Asks the AEMain to schedule interval callbacks to the onPumpRawEvents and onPumpAEEvents methods.
|
Instantiates all AEMonitor UIEs registered with AERegistrar to be loaded at startup. Called by AEMain at startup. |
|
|
|
|
Executes the provided AEEvent. Catches and logs all exceptions to prevent bad events from getting re-queued for later execution.
|
Add AEEvents to the queue. Events can be added by any part of the system. Events marked with immediate priority are executed now instead of being added to the queue. Immediate execution is necessary for some kinds of events.
|
Pumps all Calls the
|
Pumps all AEEvents in the ae_queue. Executes each event pumped. Re-queues events for later execution that
return
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:55 2008 | http://epydoc.sourceforge.net |