Package io.jmix.ui.widget
Interface JmixFileUpload.StartedListener
- All Superinterfaces:
EventListener
,Serializable
,com.vaadin.event.SerializableEventListener
- Enclosing class:
- JmixFileUpload
public static interface JmixFileUpload.StartedListener
extends com.vaadin.event.SerializableEventListener
Receives the events when the upload starts.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Upload has started.
-
Method Details
-
uploadStarted
Upload has started.- Parameters:
event
- the Upload started event.
-