super.callWriteAction("reorderGadget", request, null);
// We are making the call immediately because the drag and drop library has *ALREADY* moved the gadget
// So things that want to know it's moved shouldn't have a delay or it can cause odd timing and
// flashing issues.
Session.getInstance().getEventBus().notifyObservers(new ReorderedGadgetResponseEvent());
StartTabsModel.getInstance().clearCache();
}