Command模式是一种封装命令并将命令调用者与接收者彻底分离的模式。
.net MVC 框架
java structs 框架
Java Swing中的Action接口是典型的应用Command模式的案例。