com.smartgwt.client.widgets.events
Interface RightMouseDownHandler

All Superinterfaces:
EventHandler

public interface RightMouseDownHandler
extends EventHandler


Method Summary
 void onRightMouseDown(RightMouseDownEvent event)
          Executed when the right mouse down is pressed on this widget.
 

Method Detail

onRightMouseDown

void onRightMouseDown(RightMouseDownEvent event)
Executed when the right mouse down is pressed on this widget. No default implementation.

Parameters:
event - the event