Home | Trees | Indices | Help |
|
---|
|
Contains QPID event classes.
|
|||
Handler Handler specification. |
|||
EventDispatcher The main event dispatcher. |
|||
EventHandler The event handler base class. |
|||
DynLoader A dynamic module loader. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
log = getLogger(__name__)
|
|||
mutex = Mutex()
|
|||
flags = EventFlags()
|
|||
_method = {}, {}
|
|
Event handler decorator. Associate a handler class with an entity.
|
Event (inbound) method decorator. Associate a handler method with an action.
|
Event (inbound) method decorator. Associate a handler method with an action.
|
The decorator for API methods. Using the dispatcher, an event is resied when the method is invoked. The noevent param specifies whether an event should be raised. Used mostly by the inbound event handlers.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:30 2010 | http://epydoc.sourceforge.net |