Uses of Interface
com.vaadin.flow.server.StreamVariable.StreamingProgressEvent
-
Packages that use StreamVariable.StreamingProgressEvent Package Description com.vaadin.flow.server com.vaadin.flow.server.communication.streaming -
-
Uses of StreamVariable.StreamingProgressEvent in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type StreamVariable.StreamingProgressEvent Modifier and Type Method Description voidStreamVariable. onProgress(StreamVariable.StreamingProgressEvent event)This method is called ifStreamVariable.listenProgress()returns true when the streaming starts. -
Uses of StreamVariable.StreamingProgressEvent in com.vaadin.flow.server.communication.streaming
Classes in com.vaadin.flow.server.communication.streaming that implement StreamVariable.StreamingProgressEvent Modifier and Type Class Description classStreamingProgressEventImplImplementation forStreamVariable.StreamingProgressEvent.
-