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
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.

Method Summary
 void uploadSucceeded(Upload.SucceededEvent event)
          Upload successfull..
 

Method Detail

uploadSucceeded

void uploadSucceeded(Upload.SucceededEvent event)
Upload successfull..

Parameters:
event - the Upload successfull event.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.