com.vaadin.flow.internal.streams.

Class UploadCompleteEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Component>
com.vaadin.flow.internal.streams.UploadCompleteEvent

All Implemented Interfaces:

Serializable

public class UploadCompleteEvent extends ComponentEvent<Component>

Event notifying the upload component that the upload has been completed.

This event is typically used in conjunction with file upload components and UploadHandler to indicate that the upload process has finished. This event is internal and is not intended for public use.

For internal use only. May be renamed or removed in a future release.

Since:

24.8

See Also:

  • Constructor Details

    • UploadCompleteEvent

      public UploadCompleteEvent(Component source)

      Creates a new event using the given source. Always fired on the server side.

      Parameters:

      source - the source component