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