com.smartgwt.client.widgets.events
Interface DragStopHandler

All Superinterfaces:
EventHandler

public interface DragStopHandler
extends EventHandler


Method Summary
 void onDragStop(DragStopEvent event)
          Executed when the mouse button is released at the end of the drag.
 

Method Detail

onDragStop

void onDragStop(DragStopEvent event)
Executed when the mouse button is released at the end of the drag. Your widget can use this opportunity to fire code based on the last location of the drag or reset any visual state that was sent.

Parameters:
event - the event