摘要: interface ISubject{ void registerInterest(IObserver ob);}interface IObserver{ void Update();}public class Subject : ISubject{ ArrayList al = ... 阅读全文
posted @ 2015-11-30 11:36 yasepix 阅读(117) 评论(0) 推荐(0)