Design Pattern_Command(命令行模式)

参考jdon:http://www.jdon.com/designpatterns/command.htm

在对象与调用者之间通过collection来模糊对象,降低耦合,用接口实现对对象的管理

这里用的是list来储存command队列

你可能感兴趣的:(Design,patterns)