Community

Observer Design Pattern Explained With Java Sample

(Nagaraj M) The Observer Design Pattern is a Behavioral Pattern used to notify all the objects that are registered/attached/added to the same type of observer.