com.smartgwt.client.widgets.events
Interface MouseUpHandler

All Superinterfaces:
EventHandler

public interface MouseUpHandler
extends EventHandler


Method Summary
 void onMouseUp(MouseUpEvent event)
          Executed when the left mouse is released on this widget.
 

Method Detail

onMouseUp

void onMouseUp(MouseUpEvent event)
Executed when the left mouse is released on this widget. No default implementation.

Parameters:
event - the event