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