Class UHAllFinishedEvent

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

public class UHAllFinishedEvent
extends com.vaadin.flow.component.ComponentEvent<UploadHelper>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UHAllFinishedEvent​(UploadHelper source)
    Create an instance of the event.
  • Method Summary

    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