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
2024-11-23 04:16:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
06412a32fe
go-pattern-examples
/
behavior
/
03_observer
/
README.md
6 lines
178 B
Markdown
Raw
Normal View
History
Unescape
Escape
init design pattern codes
2020-04-21 17:50:21 +03:00
# 观察者模式
update README
2020-04-30 10:26:50 +03:00
观察者模,又称事件订阅模式
init design pattern codes
2020-04-21 17:50:21 +03:00
一个对象的改变会触发其它观察者的相关动作,而此对象无需关心连动对象的具体实现。
Reference in New Issue
Copy Permalink