Package com.vaadin.flow.component.upload
Class UploadManager.AllFinishedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.upload.UploadManager.AllFinishedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
UploadManager
public static class UploadManager.AllFinishedEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
Event fired when all uploads have finished (either successfully, failed,
or aborted). The event source is the owner component passed to the
UploadManager constructor.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAllFinishedEvent(com.vaadin.flow.component.Component source) Creates a new event. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AllFinishedEvent
public AllFinishedEvent(com.vaadin.flow.component.Component source) Creates a new event.- Parameters:
source- the owner component of the upload manager
-