Package Pyblio :: Module Callback
[show private | hide private]
[frames | no frames]

Module Pyblio.Callback

A generic callback mechanism.

Classes that wish to emit events inherit from Publisher. 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)

Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 http://epydoc.sf.net