mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-25 21:26:03 +03:00
178 B
178 B
观察者模式
观察者模,又称事件订阅模式
一个对象的改变会触发其它观察者的相关动作,而此对象无需关心连动对象的具体实现。