Class UHNoOutputStreamEvent

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

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

    Constructors 
    Constructor Description
    UHNoOutputStreamEvent​(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

    • UHNoOutputStreamEvent

      public UHNoOutputStreamEvent​(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.