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.
 void poll()
          Called to poll the server to see if any changes have been made e.g.
 

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

poll

void poll()
Called to poll the server to see if any changes have been made e.g. when starting upload

Since:
7.6


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