com.smartgwt.client.widgets.events
Interface DoubleClickHandler

All Superinterfaces:
EventHandler

public interface DoubleClickHandler
extends EventHandler


Method Summary
 void onDoubleClick(DoubleClickEvent event)
          Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
 

Method Detail

onDoubleClick

void onDoubleClick(DoubleClickEvent event)
Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.

Parameters:
event - the event