Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 227 Bytes

File metadata and controls

2 lines (2 loc) · 227 Bytes

ObserverSampleCode

This project contains a sample code for the Observer design pattern. The purpose of this example is to demonstrate how one Subject will notify all its Observers whenever a change is made in its attributes.