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