com.maryanovsky.gwtutils.client
Interface ClickAction

All Known Implementing Classes:
MapWidget.MapClickAction

public interface ClickAction

An action which may be invoked when a mouse button is clicked. See UserEventManager for further details.

Author:
Maryanovsky Alexander

Method Summary
 void mouseClicked(Widget target, PointView point)
          Invoked when a mouse button is clicked.
 

Method Detail

mouseClicked

void mouseClicked(Widget target,
                  PointView point)
Invoked when a mouse button is clicked.

Parameters:
target - The widget that was clicked.
point - The clicked point, relative to the widget's origin.