Note, writing to the {@link OutputStream} is not synchronized by the terminal(to avoid stalls in other operations when eg. streaming to a slow network service or file system). If UI is changed as a side effect of writing to the output stream, developer must handle synchronization manually.
@author Vaadin Ltd. @since 6.5 @see PaintTarget#addVariable(VariableOwner,String,StreamVariable)
|
|