Class UHNoInputStreamEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<UploadHelper>
All Implemented Interfaces:
java.io.Serializable

public class UHNoInputStreamEvent
extends UHFailedEvent
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UHNoInputStreamEvent​(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.UHFailedEvent

    getContentLength, getReason

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

    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

    • UHNoInputStreamEvent

      public UHNoInputStreamEvent​(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