Package com.vaadin.flow.component.upload
Class FileRemovedEvent
- All Implemented Interfaces:
Serializable
Sent when a file selected for upload is removed.
- Author:
- Vaadin Ltd.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFileRemovedEvent
(Upload source, String fileName) Creates a new event using the given source and the removed file name. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FileRemovedEvent
Creates a new event using the given source and the removed file name.- Parameters:
source
- the source componentfileName
- the removed file name
-
-
Method Details
-
getFileName
Get the removed file name.- Returns:
- the removed file name
-