Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 355 Bytes

File metadata and controls

17 lines (11 loc) · 355 Bytes

CommandPattern 命令模式


1. 意图

将一个请求封装为一个对象,从而使你可用不同的请求对客户进行参数化

对请求排队或记录请求日志, 以及支持可撤销的操作

2. 别名

动机(Action), 事务(Transaction)

3. 动机

Contributes: hueizhe

Reviewers : Hollis, Kevin Lee