com.vaadin.terminal.gwt.client.ui
Interface ClickRpc

All Superinterfaces:
Serializable, ServerRpc
All Known Subinterfaces:
EmbeddedServerRpc, PanelServerRpc, RootServerRpc, WindowServerRpc

public interface ClickRpc
extends ServerRpc


Method Summary
 void click(MouseEventDetails mouseDetails)
          Called when a click event has occurred and there are server side listeners for the event.
 

Method Detail

click

void click(MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side listeners for the event.

Parameters:
mouseDetails - Details about the mouse when the event took place


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