Package io.jmix.ui.widget
Class JmixFileUpload.QueueFinishedEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.ui.widget.JmixFileUpload.QueueFinishedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixFileUpload
public static class JmixFileUpload.QueueFinishedEvent
extends com.vaadin.ui.Component.Event
JmixFileUpload.StartedEvent event is sent when the queue upload is finished.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionQueueFinishedEvent
(JmixFileUpload source) Constructs a new event with the specified source component. -
Method Summary
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
QueueFinishedEvent
Constructs a new event with the specified source component.- Parameters:
source
- the source component of the event
-