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