com.smartgwt.client.widgets.events
Interface DropMoveHandler

All Superinterfaces:
EventHandler

public interface DropMoveHandler
extends EventHandler


Method Summary
 void onDropMove(DropMoveEvent event)
          Executed whenever the compatible dragged object is moved over this drop target.
 

Method Detail

onDropMove

void onDropMove(DropMoveEvent event)
Executed whenever the compatible dragged object is moved over this drop target. You can use this to show a custom visual indication of where the drop would occur within the widget.

Parameters:
event - the event