| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Module Callback |
|
A generic callback mechanism.
Classes that wish to emit events inherit fromPublisher. Interested clients call the Publisher.register method on the object.
The publisher then calls Publisher.emit to emit the event.
| Classes | |
|---|---|
Publisher |
Base class for objects that wish to emit signals to registered clients. |
WeakMethodBound |
A weak reference on a bound method |
WeakMethodFree |
A weak reference on an unbound method |
| Exceptions | |
|---|---|
WeakError |
Invoked when a function call is performed on a destroyed method |
| Function Summary | |
|---|---|
weakmethod(f)
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 | http://epydoc.sf.net |