Tuesday, May 03, 2005

Using the Observer Pattern to Update Dependent Objects

Using the Observer Pattern to Update Dependent Objects: "Using the Observer Pattern to Update Dependent Objects
The Observer pattern defines a one-to-many dependency between objects—when the central object changes state, all its dependents objects are notified and updated automatically. Master this pattern and you won't have to worry about managing consistency of state between components.

by Saurabh Ramya May 2, 2005"

No comments: