Ray's playground

 

Mediator(Chapter 11 of Pro Objective-C Design Patterns for iOS)

The Mediator pattern is used to define a centralized place where interactions among objects can be handled in one mediator object. Other objects don’t need to interact with each other directly, so it reduces dependency among them.

posted on 2012-04-23 16:59  Ray Z  阅读(256)  评论(0编辑  收藏  举报

导航