Observer Pattern – a Glittering Gold
Observer pattern is a design pattern that allows a subject, to maintain list of observers & notify them automatically when the object's state changes.
Observer pattern is a design pattern that allows a subject, to maintain list of observers & notify them automatically when the object's state changes.