搜索资源列表
cexample
- c#的小例子:用到的知识点: * c#编程基础 * IO流 * 读取HTTP响应 * 多线程异步GUI的使用 * 使用“委派”实现“监听-观察者”模式
Spring
- Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,
Register
- android 开发中关于多个界面的管理采用了观察者模式的设计理念 完美实现了 android application 的actvity的生命周期的管理-Management of multiple Android interface development used in the observation of the perfect design concept model implementation of the Android application actvity life cycle
ObserverTest
- 使用观察者模式的一个关于简单的推送天气预报的代码-Observer pattern using a code on the simple push Weather forecast
