This repository has been archived on 2022-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
patterns/observer
Alexander Zhirov 8170c93255 observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
..
README.md beginning observer 2022-11-10 16:28:55 +03:00
app.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
currentconditionsdisplay.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
displayelement.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
observer.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
subject.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00
weatherdata.d observer CurrentConditionsDisplay 2022-11-11 03:03:18 +03:00

README.md

Наблюдатель

Наблюдатель — это поведенческий паттерн проектирования, который создаёт механизм подписки, позволяющий одним объектам следить и реагировать на события, происходящие в других объектах.