Uses of Class
com.vaadin.terminal.gwt.server.ClientMethodInvocation

Packages that use ClientMethodInvocation
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
 

Uses of ClientMethodInvocation in com.vaadin.terminal
 

Methods in com.vaadin.terminal that return types with arguments of type ClientMethodInvocation
 List<ClientMethodInvocation> AbstractClientConnector.retrievePendingRpcCalls()
           
 

Uses of ClientMethodInvocation in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return types with arguments of type ClientMethodInvocation
 List<ClientMethodInvocation> DragAndDropService.retrievePendingRpcCalls()
           
 List<ClientMethodInvocation> ClientConnector.retrievePendingRpcCalls()
          Returns the list of pending server to client RPC calls and clears the list.
 

Methods in com.vaadin.terminal.gwt.server with parameters of type ClientMethodInvocation
 int ClientMethodInvocation.compareTo(ClientMethodInvocation o)
           
 



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