Trees | Indices | Help |
|
---|
|
object --+ | EventSender
Base class for all classes that want to provide a common callback interface to supply event information to clients.
Usage: Derive from this class and define your callbacks like:
>>> event = Event() >>> # Call it using >>> self.event.send([*args][,**kwargs]])>>> # Users register using >>> yourinstance.event = callable>>> # and deregister using >>> yourinstance.event.remove(callable)
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
reraise_on_error = False hash(x) |
|||
sender_as_argument = False hash(x) |
|
|||
Inherited from |
|
Note: This usually doesn't need to be called directly, but might be useful in conjunction with other system that do not release your strongly bound instance |
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:19 2011 | http://epydoc.sourceforge.net |