观察者模式 meaning in Chinese
observer - observer mode
observer pattern
the observer desing pattern
Examples
- Research of integrated system for network management based services in ngn
电信管理网络中观察者模式的应用研究 - Use the observer pattern to decouple the generation of gui events from their semantics within a given application
)使用观察者模式消除了gui事件生成与它们在指定应用程序中的语义之间的耦合。 - The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners
) swing框架以事件侦听器的形式广泛利用了观察者模式(也称为发布-订阅模式) 。 - Design patterns are also used to increase the reusability as rup advocated . the abstract factory , observer and iterator patterns is introduced
Rup过程鼓励复用,设计过程中使用很多设计模式来增加复用性,如抽象工厂、观察者模式和迭代器模式等。 - The observer pattern , most often seen in swing development , is also very useful for decoupling components in situations other than gui applications
观察者模式在swing开发中很常见,在gui应用程序以外的场景中,它对于消除组件的耦合性也非常有用。