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