Operators, Delegates, and Events
- slide 19 : 20
Observer with Delegates and Events
It is possible to implement the observer design pattern with events and delegates
Template of the Subject class.
Template of the Observer class.
Application of the Subject and Observer classes.