new OnSuccessCommand<LinkedList<String>>()
{
public void onSuccess(final LinkedList<String> response)
{
Session.getInstance().getEventBus().notifyObservers(
new GotGalleryTabTemplateCategoriesResponseEvent(response));
}
}, useClientCacheIfAvailable);
}