An open API service indexing awesome lists of open source software.

https://github.com/nemanjapetrovic/observer-example-thermometer

Observer patter example - Thermometer station
https://github.com/nemanjapetrovic/observer-example-thermometer

observable observer-pattern observerpattern observerpatterndemo

Last synced: 10 months ago
JSON representation

Observer patter example - Thermometer station

Awesome Lists containing this project

README

          

# Observer pattern example - Thermometer station

Simple example of using Observer design patter in C#.

>In the example we have thermometer antena and some gadgets which are waiting for temperature response from the antena.

![Imgur](http://i.imgur.com/dtqpKSG.png)

> Class diagram of the Observer pattern used in this example.

![Imgur](http://i.imgur.com/w5odkFz.png)

> Screenshot

![Imgur](http://i.imgur.com/lJRpxrq.png)