Class DynamicFileDownloader.DownloadStartedEvent

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

public static class DynamicFileDownloader.DownloadStartedEvent extends com.vaadin.flow.component.ComponentEvent<DynamicFileDownloader>
Event fired when the file download has been streamed to the client.
Author:
mstahv
See Also:
  • Constructor Details

    • DownloadStartedEvent

      public DownloadStartedEvent(DynamicFileDownloader source, boolean fromClient)
      Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client