[Tutor] Java Observer/Observable type module in Python

Phil Bertram phil.bertram@clear.net.nz
Tue, 27 Feb 2001 06:51:01 +1300


Hi all

I was reading some Java info and came across  the Observer and Observable
classes which appear to work together to communicate changes in an object's
state to one or many other objects.

Is there a similar feature in Python ?

Phil