Lecture overview -- Keyboard shortcut: 'u'  Previous page: Observer with Delegates and Events -- Keyboard shortcut: 'p'    Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 20 : 20
Object-oriented Programming in C#
Operators, Delegates, and Events
Observer Example with Delegates and Events

/user/normark/oop-csharp-1/sources/c-sharp/patterns/observer/weather-info-events/client.csApplication of the two different Watchers.


/user/normark/oop-csharp-1/sources/c-sharp/patterns/observer/weather-info-events/observer.csA WeatherCenter (subject) and Temperature/Rain Watchers (observer) with events.


/user/normark/oop-csharp-1/sources/c-sharp/patterns/observer/weather-info-events/outputOutput of the WeatherCenter and Watchers application.