Delete comment from: Javarevisited
Thanks for the explanation.It really helps in understanding the Design pattern to its depth.
There seems to be compilation error in the Main class where you are trying to pass personalLoan.registerObserver(printMedia);
personalLoan.registerObserver(onlineMedia);
Newspaper and Internet object but while registering it is expecting Observer Object..
Dec 27, 2011, 3:40:15 AM
Posted to Observer design Pattern in Java with Real world code Example