public abstract class AbstractUploadEvent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUploadEvent(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 AbstractUploadEvent(File file)
file - The native javascript object containing the details of the file being uploaded.public final File getFile()