Skip to content

Commit

Permalink
观察者模式
Browse files Browse the repository at this point in the history
  • Loading branch information
张利君 committed Jan 2, 2019
1 parent 3dc5234 commit 8b66f9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Java相关/设计模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- **职责链模式:**

[Java设计模式之责任链模式、职责链模式](https://blog.csdn.net/jason0539/article/details/45091639)

[责任链模式实现的三种方式](https://www.cnblogs.com/lizo/p/7503862.html)

- **命令模式:**
Expand All @@ -109,6 +109,11 @@
- **中介者模式:**
- **备忘录模式:**
- **观察者模式:**

观察者模式也是非常常用的设计模式,下面这个博客简单介绍了观察者模式的简单定义、解决了一个什么问题,用一个气象站和气象看板的例子去描述一对多的关系中观察者模式的应用,并且还介绍了jdk内置的观察者模式接口。

[java设计模式之观察者模式](https://zhanglijun1217.github.io/blog/2018/12/24/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E2%80%94%E2%80%94%E8%A7%82%E5%AF%9F%E8%80%85%E6%A8%A1%E5%BC%8F-md/)

- **状态模式:**
- **策略模式:**
- **模板方法模式:**
Expand Down

0 comments on commit 8b66f9a

Please sign in to comment.