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

type ApplicationEvent

source code

object --+    
         |    
 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 EventBase: dispatch

Method Details

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

source code 
Overrides: EventBase.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)