Package io.jmix.ui.widget
Interface JmixFileUpload.FinishedListener
- All Superinterfaces:
EventListener
,Serializable
,com.vaadin.event.SerializableEventListener
- Enclosing class:
- JmixFileUpload
public static interface JmixFileUpload.FinishedListener
extends com.vaadin.event.SerializableEventListener
Receives the events when the uploads are ready.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Upload has finished.
-
Method Details
-
uploadFinished
Upload has finished.- Parameters:
event
- the Upload finished event.
-