摘要: 最近使用java实现了设计模式中的观察者模式,源码如下: package cn.demo;public class TestObersver { public static void main(String[] args) { Person person=new Person(); //声... 阅读全文
posted @ 2015-01-23 16:21 冰纹无痕 阅读(213) 评论(0) 推荐(0)