Package com.vaadin.ui

Class Upload.SucceededEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Upload

    public static class Upload.SucceededEvent
    extends Upload.FinishedEvent
    Upload.SucceededEvent event is sent when the upload is received successfully.
    Since:
    3.0
    Author:
    Vaadin Ltd.
    See Also:
    Serialized Form
    • Constructor Detail

      • SucceededEvent

        public SucceededEvent​(Upload source,
                              String filename,
                              String MIMEType,
                              long length)
        Parameters:
        source -
        filename -
        MIMEType -
        length -