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
 
context(self) source code
 
__repr__(self) source code

Inherited from _events.EventBase: dispatch, handler, type

Method Details

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

source code 
Overrides: _events.EventBase.__init__

context(self)

source code 
Decorators:
  • @property

__repr__(self)
(Representation operator)

source code 
Overrides: _events.EventBase.__repr__