Uses of Interface
com.vaadin.flow.server.StreamVariable.StreamingEvent
-
Packages that use StreamVariable.StreamingEvent Package Description com.vaadin.flow.server com.vaadin.flow.server.communication.streaming -
-
Uses of StreamVariable.StreamingEvent in com.vaadin.flow.server
Subinterfaces of StreamVariable.StreamingEvent in com.vaadin.flow.server Modifier and Type Interface Description static interfaceStreamVariable.StreamingEndEventEvent passed toStreamVariable.streamingFinished(StreamingEndEvent)method the contents have been streamed to StreamVariable successfully.static interfaceStreamVariable.StreamingErrorEventEvent passed toStreamVariable.streamingFailed(StreamingErrorEvent)method when the streaming ended before the end of the input.static interfaceStreamVariable.StreamingProgressEventEvent passed toStreamVariable.onProgress(StreamingProgressEvent)method during the streaming progresses.static interfaceStreamVariable.StreamingStartEventEvent 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.StreamingEvent Modifier and Type Class Description classStreamingEndEventImplImplementation ofStreamVariable.StreamingEndEvent.classStreamingErrorEventImplImplementation forStreamVariable.StreamingErrorEvent.classStreamingProgressEventImplImplementation forStreamVariable.StreamingProgressEvent.classStreamingStartEventImplImplementation forStreamVariable.StreamingStartEvent.
-