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 Details

    • uploadFailed

      void uploadFailed(JmixFileUpload.FailedEvent event)
      Upload has finished unsuccessfully.
      Parameters:
      event - the Upload failed event.