com.smartgwt.client.widgets.events
Interface DragResizeMoveHandler

All Superinterfaces:
EventHandler

public interface DragResizeMoveHandler
extends EventHandler


Method Summary
 void onDragResizeMove(DragResizeMoveEvent event)
          Executed every time the mouse moves while drag-resizing.
 

Method Detail

onDragResizeMove

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

Parameters:
event - the event