com.smartgwt.client.widgets.events
Interface DragRepositionMoveHandler

All Superinterfaces:
EventHandler

public interface DragRepositionMoveHandler
extends EventHandler


Method Summary
 void onDragRepositionMove(DragRepositionMoveEvent event)
          Executed every time the mouse moves while drag-repositioning.
 

Method Detail

onDragRepositionMove

void onDragRepositionMove(DragRepositionMoveEvent event)
Executed every time the mouse moves while drag-repositioning. If this method does not Call DragRepositionMoveEvent.cancel() from within onDragRepositionMove(com.smartgwt.client.widgets.events.DragRepositionMoveEvent), the dragTarget (or outline if dragAppearance is set to "outline") will automatically be moved as appropriate whenever the mouse moves.

Parameters:
event - the event