2018年10月23日

观察者模式在气象站中的运用

摘要: 源码地址:https://github.com/BaronZ88/DesignPatterns/tree/master/src/com/baron/patterns/observer 观察者模式介绍: 观察者模式面向的需求是:A对象(观察者)对B对象(被观察者)的某种变化高度敏感,需要在B变化的一瞬 阅读全文

posted @ 2018-10-23 00:08 monster101 阅读(205) 评论(0) 推荐(0) 编辑

导航