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 Details

    • uploadStarted

      void uploadStarted(JmixFileUpload.StartedEvent event)
      Upload has started.
      Parameters:
      event - the Upload started event.