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