Package proton :: Module _events :: Class EventBase
[frames] | no frames]

Class EventBase

source code

object --+
         |
        EventBase
Known Subclasses:

Instance Methods
 
__init__(self, type) source code
 
type(self) source code
 
handler(self) source code
 
dispatch(self, handler, type=None) source code
 
__repr__(self) source code
Method Details

__init__(self, type)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

type(self)

source code 
Decorators:
  • @property

handler(self)

source code 
Decorators:
  • @property

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)