com.vaadin.flow.component.upload.

Class AllFinishedEvent

  • All Implemented Interfaces:

    Serializable


    public class AllFinishedEvent
    extends ComponentEvent<Upload>

    AllFinishedEvent is sent when the upload has processed all the files in its upload queue, regardless of whether all the receptions were successful or not.

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Constructor Detail

      • AllFinishedEvent

        public AllFinishedEvent(Upload source)

        Create an instance of the event.

        Parameters:

        source - the source of the file