You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.ui.

Interface Upload.SucceededListener

  • All Superinterfaces:

    Serializable

    Enclosing class:

    Upload

    public static interface Upload.SucceededListener
    extends Serializable

    Receives events when the uploads are successfully finished.

    Since:

    3.0

    Author:

    Vaadin Ltd.

    • Method Detail

      • uploadSucceeded

        void uploadSucceeded​(Upload.SucceededEvent event)

        Upload successfull..

        Parameters:

        event - the Upload successfull event.