100101102103104105106107108
{ super.callWriteAction("addTab", request, new OnSuccessCommand<Tab>() { public void onSuccess(final Tab response) { Session.getInstance().getEventBus().notifyObservers(new InsertedStartTabResponseEvent(response)); } }); }
149150151152153154155156157
{ super.callWriteAction("undeleteTab", request, new OnSuccessCommand<Tab>() { public void onSuccess(final Tab response) { Session.getInstance().getEventBus().notifyObservers(new InsertedStartTabResponseEvent(response)); } }); }