Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 175 Bytes

File metadata and controls

5 lines (3 loc) · 175 Bytes

观察者模式

观察者模式用于触发联动。

一个对象的改变会触发其它观察者的相关动作,而此对象无需关心连动对象的具体实现。