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