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 toStreamVariable.streamingFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully.static interface
Event passed toStreamVariable.streamingFailed(StreamingErrorEvent)
method when the streaming ended before the end of the input.static interface
Event passed toStreamVariable.onProgress(StreamingProgressEvent)
method during the streaming progresses.static interface
Event passed toStreamVariable.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 ofStreamVariable.StreamingEndEvent
.final class
Implementation forStreamVariable.StreamingErrorEvent
.final class
Implementation forStreamVariable.StreamingProgressEvent
.final class
Implementation forStreamVariable.StreamingStartEvent
.