Session.getInstance().getEventBus().notifyObservers(
new StreamRequestEvent(stream.getName(), stream.getId(), stream.getRequest()));
this.addStyleName(StaticResourceBundle.INSTANCE.coreCss().active());
Session.getInstance().getEventBus().notifyObservers(new SwitchedToCustomStreamEvent());
Session.getInstance().getEventBus().notifyObservers(new ChangeShowStreamRecipientEvent(ShowRecipient.YES));
}