public abstract class UploadEvent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
UploadEvent(File file)
We can only be created by instantiating one of our sub classes.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Return the details of the file upon which the uploader event has occurred.
|
protected UploadEvent(File file)
file - The native javascript object containing the details of the file being uploaded.public File getFile()