Class AllFinishedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Upload>
com.vaadin.flow.component.upload.AllFinishedEvent
All Implemented Interfaces:
Serializable

public class AllFinishedEvent extends com.vaadin.flow.component.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:
  • Constructor Details

    • AllFinishedEvent

      public AllFinishedEvent(Upload source)
      Create an instance of the event.
      Parameters:
      source - the source of the file