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-26 21:56:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
167047854b
go-pattern-examples
/
behavior
/
03_observer
/
README.md
7 lines
281 B
Markdown
Raw
Normal View
History
Unescape
Escape
init design pattern codes
2020-04-21 17:50:21 +03:00
# 观察者模式
add some patterns for futures
2020-05-02 13:43:23 +03:00
观察者模,又称事件订阅模式,这种模式在C#中大量存在,并且广泛应用。在响应式模式中得到进一步扩展。
init design pattern codes
2020-04-21 17:50:21 +03:00
一个对象的改变会触发其它观察者的相关动作,而此对象无需关心连动对象的具体实现。
Reference in New Issue
Copy Permalink