Package com.sencha.gxt.dnd.core.client
Interface DndDragMoveEvent.DndDragMoveHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
- DndDragMoveEvent
public static interface DndDragMoveEvent.DndDragMoveHandler extends com.google.gwt.event.shared.EventHandler
Handler forDndDragMoveEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDragMove(DndDragMoveEvent event)
Called when the animation is complete.
-
-
-
Method Detail
-
onDragMove
void onDragMove(DndDragMoveEvent event)
Called when the animation is complete.- Parameters:
event
- theDndDragMoveEvent
that was fired
-
-