Package twisted :: Package manhole :: Module explorer :: Class CRUFT_WatchyThingie
[frames | no frames]

Class CRUFT_WatchyThingie


Method Summary
  watchIdentifier(self, identifier, callback)
Watch the object returned by evaluating the identifier.
  watchObject(self, object, identifier, callback)
Watch the given object.

Method Details

watchIdentifier(self, identifier, callback)

Watch the object returned by evaluating the identifier.

Whenever I think the object might have changed, I'll send an ObjectLink of it to the callback.

WARNING: This calls eval() on its argument!

watchObject(self, object, identifier, callback)

Watch the given object.

Whenever I think the object might have changed, I'll send an ObjectLink of it to the callback.

The identifier argument is used to generate identifiers for objects which are members of this one.

Generated by Epydoc 2.0 on Sat May 15 20:07:55 2004 http://epydoc.sf.net