observer design pattern 中文意思是什麼

observer design pattern 解釋
基於觀察者設計模式
  • observer : n. 1. 注視者;觀察者;觀測員;測候員。2. 遵守者,奉行者;(儀式等的)舉行者。3. 觀察家,評論者。4. 【軍事】觀察員,觀測員;機上偵察員。5. 監視人,見證人,目擊者,旁觀者;旁聽者。
  • design : vt 1 計劃,企圖,立意要…。2 指定,預定;留給,留著。3 設計,草擬,擬定,籌劃;起草,畫草圖,打(...
  • pattern : n 1 模範,榜樣;典範。2 型,模型;模式;雛型;【冶金】原型。3 花樣;式樣;(服裝裁剪的)紙樣;圖...
  1. 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

    實現觀察者模式的兩個抽象類之一,從觀察者類擴展的類能夠負載於一個觀察對象,並且能夠觀察對象的狀態變化,這相當于觀察者對象接受由被觀察對象觸發的事件。
  2. The observer design pattern

    觀察者設計模式
  3. By using the observer design pattern, you ve reduced the coupling between the event source and listeners

    通過使用觀察者設計模式,您已經減少了事件源與偵聽器之間的耦合。
  4. The observer design pattern defines a many - to - one dependency between event listeners and an event creator

    觀察者設計模式定義了事件偵聽器與事件創建者之間的多對一依賴關系。
  5. Those familiar with design patterns in object - oriented programming will notice the observer design pattern

    (那些熟悉面向對象編程中的設計模式的人將注意到觀察程序設計模式。
  6. Implementing the observer design pattern is fairly straightforward when the entire application is written in the java language

    如果整個應用程序都使用java編程語言編寫,實現觀察者設計模式相當簡單。
  7. The java programming language provides support for defining event listeners based on the observer design pattern, but this isn t sufficient when you need to use objects written in other languages

    Java編程語言為定義基於觀察者設計模式( observer design pattern )的事件偵聽器提供了支持,但當您需要使用以其他語言編寫的對象時,這還不夠。
分享友人