198199200201202203204205206207208
// TODO: Limit numbers of simultaneous downloads. // TODO: Check image has finished downloading. Download dl = new Download( url, tempFolder, storeFolder ); _downloads.add( dl ); dl.addObserver(this); dl.download(); } }