| 1. | Research of integrated system for network management based services in ngn 电信管理网络中观察者模式的应用研究 |
| 2. | Use the observer pattern to decouple the generation of gui events from their semantics within a given application )使用观察者模式消除了gui事件生成与它们在指定应用程序中的语义之间的耦合。 |
| 3. | The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners ) swing框架以事件侦听器的形式广泛利用了观察者模式(也称为发布-订阅模式) 。 |
| 4. | Design patterns are also used to increase the reusability as rup advocated . the abstract factory , observer and iterator patterns is introduced Rup过程鼓励复用,设计过程中使用很多设计模式来增加复用性,如抽象工厂、观察者模式和迭代器模式等。 |
| 5. | The observer pattern , most often seen in swing development , is also very useful for decoupling components in situations other than gui applications 观察者模式在swing开发中很常见,在gui应用程序以外的场景中,它对于消除组件的耦合性也非常有用。 |
| 6. | Jobservable is the abstract class that interacts with jobserver . ? it has a method to notify all jobserver objects observing it of an event or " state change " 观察者模式两个抽象类之一,于观察者对象交互。它可以通知所有观察者自己发生了状态改变。 |
| 7. | Whenever you use the observer pattern , you are coupling two separate components - the observer and the observed , which generally have distinct lifecycles 不管什么时候使用观察者模式,都耦合着两个独立组件观察者和被观察者,它们通常有不同的生命周期。 |
| 8. | Jobserver is one of two abstract classes that implement the observer design pattern . ? a class that extends jobserver is able to attach itself to a jobservable object and observe the state of the observable object . ? this is an equivalent of the jobserver object listening for an event fired by the jobservable class it is attached to 实现观察者模式的两个抽象类之一,从观察者类扩展的类能够负载于一个观察对象,并且能够观察对象的状态变化,这相当于观察者对象接受由被观察对象触发的事件。 |
| 9. | Describes the observer pattern as defining " a one - to - many dependency between objects so that when one object changes state , all of its dependents are notified and updated automatically . " the observer pattern enables loose coupling of components ; components can keep their states synchronized without necessarily needing direct knowledge of each other s identities or internals , facilitating component reuse )把观察者模式描述为:定义对象之间的“一对多”关系,这样一个对象改变状态时,所有它的依赖项都会被通知,并自动更新。观察者模式支持组件之间的松散耦合;组件可以保持它们的状态同步,却不需要直接知道彼此的标识或内部情况,从而促进了组件的重用。 |
| 10. | The article generalizes all kinds of software design patterns with emphasis on the research of the several representative design patterns in omc project , including mvc , observer , singleton , factory method , adapter patterns applied in configuration management , performance management and topology management module 本文全面概括分析各种软件设计模式,重点研究几种代表性的设计模式在omc项目的具体应用。内容包括在开发网管系统的配置管理、性能管理、拓扑管理中应用mvc模式、观察者模式、单例模式、工厂方法模式、适配器模式。 |