Package org.vaadin.firitin.components
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>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DownloadFinishedEvent(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.
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
DownloadFinishedEvent
public DownloadFinishedEvent(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 componentfromClient-trueif the event originated from the client
-
-