Lecture overview -- Keyboard shortcut: 'u'  Previous page: Observer with Delegates and Events -- Keyboard shortcut: 'p'    Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Operators, Delegates, and Events - slide 20 : 20

Observer Example with Delegates and Events
client.cs
Application of the two different Watchers.
observer.cs
A WeatherCenter (subject) and Temperature/Rain Watchers (observer) with events.
output
Output of the WeatherCenter and Watchers application.