We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.server.StreamVariable.StreamingEvent
Packages that use StreamVariable.StreamingEvent
-
Uses of StreamVariable.StreamingEvent in com.vaadin.flow.server
Subinterfaces of StreamVariable.StreamingEvent in com.vaadin.flow.serverModifier and TypeInterfaceDescriptionstatic interface
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully.static interface
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent)
method when the streaming ended before the end of the input.static interface
Event passed to
StreamVariable.onProgress(StreamingProgressEvent)
method during the streaming progresses.static interface
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts. -
Uses of StreamVariable.StreamingEvent in com.vaadin.flow.server.communication.streaming
Classes in com.vaadin.flow.server.communication.streaming that implement StreamVariable.StreamingEventModifier and TypeClassDescriptionfinal class
Implementation of
StreamVariable.StreamingEndEvent
.final class
Implementation for
StreamVariable.StreamingErrorEvent
.final class
Implementation for
StreamVariable.StreamingProgressEvent
.final class
Implementation for
StreamVariable.StreamingStartEvent
.