com.vaadin.shared.ui.upload
Interface UploadServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface UploadServerRpc
extends ServerRpc


Method Summary
 void change(java.lang.String filename)
          Event sent when the file name of the upload component is changed.
 

Method Detail

change

void change(java.lang.String filename)
Event sent when the file name of the upload component is changed.

Parameters:
filename - The filename


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