Home | Trees | Indices | Help |
|
---|
|
Dispatches events from an event queue to event handlers.
Events are interfaces.Event instances stored in the event queue (defined by the "event_queue" setting). Event handlers are EventHandler subclass instance methods decorated with the interfaces.event_handler decorator.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
type -> list of callable mapping
|
_handler_map mapping of event type to list of handler methods |
||
list of EventHandler
|
handlers list of handler objects |
||
threading.RLock |
lock the thread synchronisation lock |
||
Queue.Queue |
queue the event queue |
|
|||
Inherited from |
|
|
|
|
|
Read all events currently in the queue and dispatch them to the
handlers unless dispatch is Note: If the queue contains QUIT the events after it won't be removed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:49 2011 | http://epydoc.sourceforge.net |