Class UHSucceededEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<UploadHelper>
org.vaadin.addons.f0rce.uploadhelper.events.UHFinishedEvent
org.vaadin.addons.f0rce.uploadhelper.events.UHSucceededEvent
All Implemented Interfaces:
java.io.Serializable

public class UHSucceededEvent
extends UHFinishedEvent
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UHSucceededEvent​(UploadHelper source, java.lang.String fileName, java.lang.String mimeType, long length)
    Create an instance of the event.
  • Method Summary

    Methods inherited from class org.vaadin.addons.f0rce.uploadhelper.events.UHFinishedEvent

    getContentLength, getFileName, getMIMEType, getUpload

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UHSucceededEvent

      public UHSucceededEvent​(UploadHelper source, java.lang.String fileName, java.lang.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