}
} else if (this.copyRequested) {
for (Iterator it = this.selectedStoredFiles.iterator(); it.hasNext(); ){
ViewStoredFile viewStoredFile = (ViewStoredFile) it.next();
StoredFile cutStoredFile = viewStoredFile.getStoredFile();
storedFileDao.copyTo(cutStoredFile, destinationFolder);
this.copyRequested = false;
}
} else {
//All false: nothing to do
}