com.vaadin.terminal.gwt.client.communication
Interface RpcProxy.RpcProxyCreator

Enclosing class:
RpcProxy

public static interface RpcProxy.RpcProxyCreator


Method Summary
<T extends ServerRpc>
T
create(Class<T> rpcInterface, ServerConnector connector)
           
 

Method Detail

create

<T extends ServerRpc> T create(Class<T> rpcInterface,
                               ServerConnector connector)


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