Chain of Responsibility(Chapter 17 of Pro Objective-C Design Patterns for iOS)

1749阅读 0评论2012-05-08 点点未来
分类:嵌入式

You’d naturally think about using the pattern when
􀀁 There is more than one object that may handle a request and the handler is known only at runtime.
􀀁 You want to issue a request to a group of objects without specifying a particular receiver that will handle the request explicitly.
上一篇:我的开发笔记---UITableView的详细使用
下一篇:我的开发笔记---UIPageControl的详细使用