| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Observer
Instances of Observer are notified of changes happening in the Subject instances they are attached to. It's possible for an Observer to watch many Subject.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Called when an attribute of the observed object is changed. Should be overridden.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 29 13:08:12 2009 | http://epydoc.sourceforge.net |