public interface UploadQueue
| Modifier and Type | Method and Description |
|---|---|
void |
add(FileIdentifier identifier)
Enqueues a
file for upload. |
List<FileIdentifier> |
getPendingUploads() |
void |
remove(FileIdentifier identifier)
Removes a file from the upload queue.
|
void |
remove(int index)
Removes the file at the given index from the upload queue.
|
List<FileIdentifier> getPendingUploads()
files waiting to be uploadedvoid add(FileIdentifier identifier)
file for upload.identifier - the id of the filevoid remove(FileIdentifier identifier)
identifier - the id of the filevoid remove(int index)
index - the index of the fileCopyright © 2017. All rights reserved.