Learning the Observer Pattern

0
Categories: .NET
Posted on: 8th May 2009 by: Andrei

The Observer pattern allows you to define a one-to-many relationship inside your application where the parent object (the one) has the ability to notify the child objects (the many) of any state change. You can utilize this pattern to make sure that a set of objects are keep in order when there behavior needs to change based on the state of your application.

http://www.dimecasts.net/Casts/CastDetails/108