Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

File metadata and controls

13 lines (9 loc) · 489 Bytes

Mediator Design Pattern.

中介者模式:用一个中介对象来封装一系列的对象交互。中介者使各对象不需要显示地相互引用,从而使其耦合松散,而且可以独立地改变它们之间的交互。

Ref

  • 《图解设计模式》