Class UploadStartEvent

All Implemented Interfaces:
Serializable

public class UploadStartEvent extends ComponentEvent<Component>
Event notifying the upload component that the upload has been started.

This event is typically used in conjunction with file upload components and UploadHandler to indicate that the upload process has started. 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

    • UploadStartEvent

      public UploadStartEvent(Component source)
      Creates a new event using the given source. Always fired on the server side.
      Parameters:
      source - the source component