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