Tag observer
23 votes
7 comments
7660 views
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