707708709710711712713714715716
private void triggerDragStop(final DragContext ctx, final DraggableOptions options) { Scheduler.get().scheduleDeferred(new ScheduledCommand() { public void execute() { trigger(new DragStopEvent(ctx), options.getOnDragStop(), ctx); } }); }