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

All Superinterfaces:
Serializable, ServerRpc

public interface InitializableServerRpc
extends ServerRpc

Initialization support for client to server RPC interfaces. This is in a separate interface used by the GWT generator class. The init method is not in ServerRpc because then also server side proxies would have to implement the initialization method.

Since:
7.0

Method Summary
 void initRpc(ServerConnector connector)
          Associates the RPC proxy with a connector.
 

Method Detail

initRpc

void initRpc(ServerConnector connector)
Associates the RPC proxy with a connector. Called by generated code. Should never be called manually.

Parameters:
connector - The connector the ServerRPC instance is assigned to.


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