com.smartgwt.client.widgets.events
Interface ClickHandler

All Superinterfaces:
EventHandler

public interface ClickHandler
extends EventHandler


Method Summary
 void onClick(ClickEvent event)
          Executed when the left mouse is clicked (pressed and then released) on this widget.
 

Method Detail

onClick

void onClick(ClickEvent event)
Executed when the left mouse is clicked (pressed and then released) on this widget. No default implementation.

Parameters:
event - the event