设计模式学习总结7 - 行为型2 - Command命令模式
摘要:
Command命令模式(行为型)作用:命令模式分离客户端的操作请求和请求的执行者。这种模式非常有用,它支持:1、发送请求给多个接受着2、排队、日志、拒绝请求3、原始、简单的操作组合成高层事务4、重做、撤销功能RoleThe Command pattern creates distance between the client that requests an operation and the o... 阅读全文
posted @ 2010-03-04 16:14 Utopia Coming 阅读(1190) 评论(1) 推荐(0)