Package com.vaadin.client.communication
Class RpcProxy
java.lang.Object
com.vaadin.client.communication.RpcProxy
spreadsheet: we override this class to provide our own rpc implementation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RpcProxy
public RpcProxy()
-
-
Method Details
-
create
public static <T extends com.vaadin.shared.communication.ServerRpc> T create(Class<T> rpcInterface, com.vaadin.client.ServerConnector connector)
-