pdk.Util.observer | index pdk/Util/observer.py |
$Id: observer.py,v 1.2 2002/12/17 13:46:38 finell Exp $ Observer-Pattern mixin-class Subclass those classes (instances) from ToBeOverved that should be
overserved by another class. The observing class must have a method
called 'update' that is called by the observed class.
Modules | ||||||
|
Classes | ||||||||||||||||||||||||||
|
Data | ||
__author__ = 'Ralph Heinkel' __revisionn__ = '$Revision: 1.2 $' __source__ = '$Source: /home/cvs/pdk/pdk/Util/observer.py,v $' |
Author | ||
Ralph Heinkel
|