com.vaadin.terminal.gwt.client.communication
Interface GeneratedRpcMethodProvider


public interface GeneratedRpcMethodProvider

Provides runtime data about client side RPC calls received from the server to the client-side code. A GWT generator is used to create an implementation of this class at run-time.

Since:
7.0

Method Summary
 Collection<RpcMethod> getGeneratedRpcMethods()
           
 

Method Detail

getGeneratedRpcMethods

Collection<RpcMethod> getGeneratedRpcMethods()


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