Observer design pattern is a software design pattern that conceptualises the communication strategies between the objects and their dependents. In such a pattern we create a subject class that maintains a list of dependencies called observers that are notified of any change in state of the subject or whatever they are listening to. You might be well aware of event driven programming paradigm.
Design Patterns: A quick guide to Observer pattern in Java
Posted by decipherzone under TechnologyFrom https://www.decipherzone.com 1677 days ago
Who Voted for this Story
Subscribe
Comments