public class FileQueuedEvent
extends java.lang.Object
FileQueuedHandler and register it via the .Uploader#setFileQueuedHandler(FileQueuedHandler) method in order to access file queued events.
Note that the 'fileQueued' event is fired for each file that is queued after the File Selection Dialog window is closed.
| Constructor and Description |
|---|
FileQueuedEvent(File file)
This constructor is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Return the details of the file that was added to the queue.
|
public FileQueuedEvent(File file)
FileQueuedHandler.file - The file instance that was added to the queue.public File getFile()