全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
Mediator(Chapter 11 of Pro Objective-C Design Patterns for iOS)
1967阅读 0评论
2012-04-23
点点未来
分类:
嵌入式
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.
上一篇:
Android杂谈--获取系统程序和应用程序
下一篇:
Android网络应用(第一部分)