By piccoloprincipe
via giorgiosironi.blogspot.com
Published: Mar 09 2010 / 09:46
Today's pattern is the Observer one. The intent of this pattern is breaking a [usually one-to-many] dependency between objects by making the set of objects act as Observers of a Subject one, which notifies them when its state changes or is affected someway.
The result of the application of the Observer pattern is an effective reduction of coupling: often notifications are sent to disparate objects which are thus prevented to becoming entangled.
Tweet
SaveShareSend
Tags: how-to, methodology, open source, php
Add your comment
Voters For This Link (11)
-
davidmartin -
aclarke -
matt -
jakyra -
johnblog83 -
jabbhu -
sakthiraj197@gmail.com -
franck_B -
nithinraju -
mswatcher -
turbobuddhist


