com.smartgwt.client.widgets.drawing.events
Interface MouseDownHandler

All Superinterfaces:
EventHandler

public interface MouseDownHandler
extends EventHandler


Method Summary
 void onMouseDown(MouseDownEvent event)
          Executed when the left mouse down is pressed on this widget.
 

Method Detail

onMouseDown

void onMouseDown(MouseDownEvent event)
Executed when the left mouse down is pressed on this widget. No default implementation.

Parameters:
event - the event