Package proton :: Module _reactor :: Class ApplicationEvent
[frames] | no frames]

Class ApplicationEvent

source code

       object --+    
                |    
_events.EventBase --+
                    |
                   ApplicationEvent

Application defined event, which can optionally be associated with an engine object and or an arbitrary subject

Instance Methods
 
__init__(self, typename, connection=None, session=None, link=None, delivery=None, subject=None) source code
 
__repr__(self) source code

Inherited from _events.EventBase: dispatch

Method Details

__init__(self, typename, connection=None, session=None, link=None, delivery=None, subject=None)
(Constructor)

source code 
Overrides: _events.EventBase.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)