Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 249 Bytes

中介者模式

中介者模式封装对象之间互交,使依赖变的简单,并且使复杂互交简单化,封装在中介者中。

例子中的中介者使用单例模式生成中介者。

中介者的change使用switch判断类型。