Uses of Class
com.vaadin.server.ClientMethodInvocation

Packages that use ClientMethodInvocation
com.vaadin.server   
 

Uses of ClientMethodInvocation in com.vaadin.server
 

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

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



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