Beispiel #1
0
 /**
  * インスタンス生成
  *
  * @param entry フェッチエントリ
  * @throws InterruptedException コネクション確立中に割り込まれた
  */
 public ImageFetcher(FetchEntry entry) throws InterruptedException {
   this.entry = entry;
   entry.connectionInfo = NetworkSupport.openConnection(entry.url, this);
 }