Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 152 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 152 Bytes

观察者模式

观察对象的状态发生变化时,通知给观察者。 观察者模式适用于根据对象状态进行相应处理的场景。