摘要:
public class A { private D d; private C c; public A (C c) { this.c = c; } public void setD (D d) { this.d = d; } ..... 阅读全文
posted @ 2014-08-19 11:18
IndustriousCoder
阅读(125)
评论(0)
推荐(0)
摘要:
public interface HttpDownloader { public void setDownloadManager(HttpDownloadManager manager); public HttpDownloadManager getDownloadManager(); ... 阅读全文
posted @ 2014-08-19 11:14
IndustriousCoder
阅读(157)
评论(0)
推荐(0)