public class StartedEvent extends ComponentEvent<Upload>
source
Constructor and Description |
---|
StartedEvent(Upload source,
String filename,
String MIMEType,
long contentLength) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
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.