super.callWriteAction("addGadgetDefinition", request, new OnSuccessCommand<GadgetDefinition>()
{
public void onSuccess(final GadgetDefinition response)
{
Session.getInstance().getEventBus()
.notifyObservers(new InsertedGadgetDefinitionResponseEvent(response));
}
});
}