設計模式筆記8: 觀察者模式

1.1  定義   定義了一種一對多的依賴關係,讓多個觀察者同時監聽一個對象,但這個對象發生變化時,會通知所有觀察者對象,使他們能夠更新自己。   1.2  類圖     1.3  代碼   1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 usi
相關文章
相關標籤/搜索