public interface DragEndHandler extends EventHandler
DragEndEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onDragEnd(DragEndEvent event)
Called when a
DragEndEvent is fired. |
void onDragEnd(DragEndEvent event)
DragEndEvent
is fired.event
- the DragEndEvent
that was fired