Tag observer

26 votes

7 comments

9786 views

Use Observer

Observer serves as a connection point between models and some other subsystem whose functionality is used by some of other classes, such as email notification. It is loose coupling in contract with model callback.

implemented
by ihower
ihower
Fork me on GitHub