116117118119120121122123124
super.callWriteAction("modifyStreamForCurrentUser", stream, new OnSuccessCommand<Stream>() { public void onSuccess(final Stream response) { Session.getInstance().getEventBus().notifyObservers(new CustomStreamUpdatedEvent(response)); } }); }