Class Upload.FinishedEvent

Upload.Received event is sent when the upload receives a file, regardless if the receival was successfull.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.ui.Component.Event -> com.itmill.toolkit.ui.Upload.FinishedEvent

getFilename()

Returns the filename.

getLength()

Returns the length.

getMIMEType()

Returns the type.

getUpload()

Parameters

return

Source of the event.

Upload where the event occurred