In this episode we will take at how we can use the Observer Pattern in our application.
This is a follow up episode to Episode 108 where we take another look at this pattern and how we can implement it using either call backs or events. The Observer pattern allows you to define a one-to-ma...