com.vaadin.shared.ui.draganddropwrapper
Interface DragAndDropWrapperServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface DragAndDropWrapperServerRpc
extends ServerRpc

RPC interface for calls from client to server.

Since:
7.6.4
Author:
Vaadin Ltd

Method Summary
 void poll()
          Called to poll the server to see if any changes have been made e.g.
 

Method Detail

poll

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



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