- Subject
- The class whose instances independently change their state and notify Observers
- IObserver
- An interface for Observers specifying how they should be updated
- Observer
- A class that provides an Update method to enable its instance’s state to stay consistent with the Subject’s
- Update
- The operation that forms the interface between the Subject and the Observers
- Notify
- The event mechanism for calling the Update operation on all Observers
Observer Pattern
Programmers Visited
Topics
- Active Directory Services (1)
- AJAX (8)
- ASP.NET (11)
- ASP.NET MVC (1)
- Assembly (4)
- CSS (1)
- Deployment (1)
- Design Patterns (54)
- General (1)
- Interview (1)
- OOPS (2)
- SQL Server (2)
- WCF (1)
- Windows Service (2)
- WPF (2)