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 interfaceDeprecated, for removal: This API element is subject to removal in a future version.Event passed toStreamVariable.streamingFinished(StreamingEndEvent)method the contents have been streamed to StreamVariable successfully.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Event passed toStreamVariable.streamingFailed(StreamingErrorEvent)method when the streaming ended before the end of the input.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Event passed toStreamVariable.onProgress(StreamingProgressEvent)method during the streaming progresses.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Event passed toStreamVariable.streamingStarted(StreamingStartEvent)method before the streaming of the content toStreamVariablestarts. -
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 classImplementation ofStreamVariable.StreamingEndEvent.final classImplementation forStreamVariable.StreamingErrorEvent.final classImplementation forStreamVariable.StreamingProgressEvent.final classImplementation forStreamVariable.StreamingStartEvent.