JasonChang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Chain of Responsibility:Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it. 

 

  

posted on 2013-12-04 15:01  JasonChang  阅读(155)  评论(0编辑  收藏  举报