Notifications or Observer pattern
摘要:
pp159The Notification pattern enables communication between objects without tight coupling. An object is able to broadcast information to any number of other objects without any specific information about the other objects. An instance of Cocoa's NSNotification class encapsulates the information 阅读全文
posted @ 2013-02-25 18:13 Chansonyan 阅读(201) 评论(0) 推荐(0)