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.EventHandlerHandler forDndDragMoveEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDragMove(DndDragMoveEvent event)Called when the animation is complete.
-
-
-
Method Detail
-
onDragMove
void onDragMove(DndDragMoveEvent event)
Called when the animation is complete.- Parameters:
event- theDndDragMoveEventthat was fired
-
-