This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-pattern-examples
Watch
1
Star
0
Fork
0
You've already forked go-pattern-examples
mirror of
https://github.com/crazybber/go-pattern-examples.git
synced
2025-02-16 17:23:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
go-pattern-examples
/
behavior
/
10_observer
History
Edward
1a136adc4b
update README
2020-04-30 15:26:50 +08:00
..
obserser_test.go
init design pattern codes
2020-04-21 22:53:23 +08:00
obserser.go
init design pattern codes
2020-04-21 22:53:23 +08:00
README.md
update README
2020-04-30 15:26:50 +08:00
README.md
观察者模式
观察者模,又称事件订阅模式
一个对象的改变会触发其它观察者的相关动作,而此对象无需关心连动对象的具体实现。