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 Details

    • uploadFinished

      void uploadFinished(JmixFileUpload.FinishedEvent event)
      Upload has finished.
      Parameters:
      event - the Upload finished event.