Class DynamicFileDownloader.DownloadFinishedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<DynamicFileDownloader>
org.vaadin.firitin.components.DynamicFileDownloader.DownloadFinishedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
DynamicFileDownloader

public static class DynamicFileDownloader.DownloadFinishedEvent extends com.vaadin.flow.component.ComponentEvent<DynamicFileDownloader>
Event fired when the file download has been streamed to the client.
See Also: