You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.upload.

Class SucceededEvent

  • All Implemented Interfaces:

    Serializable

    public class SucceededEvent
    extends FinishedEvent

    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)

        Create an instance of the event.

        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