com.vaadin.flow.component.upload.

Class SucceededEvent

  • All Implemented Interfaces:

    Serializable


    public class SucceededEvent
    extends FinishedEvent

    Upload.SucceededEvent event is sent when the upload is received successfully.

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Constructor Detail

      • SucceededEvent

        public SucceededEvent(Upload source,
                              String filename,
                              String MIMEType,
                              long length)

        Parameters:

        source - the source of the file.

        filename - the received file name.

        MIMEType - the MIME type of the received file.

        length - the length of the received file.