搜索资源列表
OBServer
- 設計模式 Design Patterns OBSERVER-Design Patterns
observer
- OBSERVER DESIGN PATTERN
Observer.cpp.tar
- 当OfficeDoc 对象的内容或状态发生变化时,所有与之相关联的DocExplorer对象都将得到通知,这种应用被称为观察者模式-When the OfficeDoc the content or status of the object changes, all associated DocExplorer object will be notified that this application has been referred to as Observer Pattern
observer
- 一个简单的根据/proc目录下的文件解析系统各种参数的小程序-a simple program to parse the files in /proc on linux!
observer
- 23种设计模式中observer模式的实现,通过这个模式可以使页面接受更新的消息并进行更新,这样就实现了MVC模式-23 kinds of design patterns, observer mode, this model allows the page to receive updated news and updates, so the MVC pattern
distributed-clocks
- 一个分布式时钟系统,主要采用了Java中RMI机制与观察者设计模式-a distributed clock system implemented by Java, which based on the Java RMI mechanism and observer design pattern
observer.tar
- linux 下系统配置情况/proc使用-system configuration under linux/proc use
observer_list_unittest
- Observer List Test Source Code for Linux.
Observer_Mode
- 该源码 展示了观察者模式 设计的运用;仅供大家学习参考;谢谢!-The source code demonstrates the use of the Observer pattern design only to learn information Thank you!
ViewTreeObserver
- A view tree observer is used to register listeners that can be notified of global changes in the view tree.
ViewTreeObserverTest
- Test View Tree Observer for Linux.
ProfileView
- ProfileView extends Composite implements Observer.
SessionObserver
- Session Observer Source Code for Linux.
ParseObserver
- Observer of parsing in action. This is used to supply feedback from the various things that parse particularly to the dumping utilities.
AbstractCursor_SelfContentObserverTest
- Self Content Observer Test for Linux v2.13.6.
Observer-Thread-sample
- 考虑到这些应用, 比较合适的就是 Observer (观察者) 模式, 不仅可以动态的加入/移出观察者, 也能够让线程类 (Core) 和显示类 (UI) 之间脱耦. 可谓一举多得. 于是我就试着写了个线程搜索路径下所有文件的例子, 在其中应用了 Observer 模式.-Decoupling between the consideration of these applications is more appropriate Observer (Observer) mode, not only
robot_final.tar
- 基于c++ 对State,Observer,Singleton设计模式的混合应用-C++ for State, Observer, Singleton design pattern based hybrid applications
lmv_obd
- Set MDC as active before notifying the observer, so the observer can use the MDC normally. -Set MDC as active before notifying the observer, so the observer can use the MDC normally.
callback
- Returns a callback to |observer->observe_event| method. The caller owns the result.
The-designer-mode-observer-pattern
- 自己实现了23种经典的设计模式之观察者模式,观察者模式的两种模型“拉”模型和“推”模型-Their implementation of 23 kinds of classic design patterns of the observer pattern, two kinds of model of the observer pattern pull model and push model