com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
Interface ClickHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
ClickPanAction, ClickZoomInAction

public interface ClickHandler
extends EventHandler

Handler interface for ClickEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onClick(ClickEvent evt)
          Invoked when a mouse button is clicked.
 

Method Detail

onClick

void onClick(ClickEvent evt)
Invoked when a mouse button is clicked.