public class FinishedEvent extends ComponentEvent<Upload>
source
Constructor and Description |
---|
FinishedEvent(Upload source,
String fileName,
String MIMEType,
long length) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Gets the length of the file.
|
String |
getFileName()
Gets the file name.
|
String |
getMIMEType()
Gets the MIME Type of the file.
|
Upload |
getUpload()
Uploads where the event occurred.
|
getSource, isFromClient, unregisterListener
toString
public Upload getUpload()
public String getFileName()
public String getMIMEType()
public long getContentLength()
Copyright © 2018. All rights reserved.