super.callReadAction("getGadgetGalleryItemCategories", null, new OnSuccessCommand<LinkedList<String>>()
{
public void onSuccess(final LinkedList<String> response)
{
Session.getInstance().getEventBus().notifyObservers(
new GotGadgetDefinitionCategoriesResponseEvent(response));
}
}, useClientCacheIfAvailable);
}