Uses of Interface
com.vaadin.server.StreamVariable.StreamingProgressEvent
-
Packages that use StreamVariable.StreamingProgressEvent Package Description com.vaadin.server -
-
Uses of StreamVariable.StreamingProgressEvent in com.vaadin.server
Methods in com.vaadin.server with parameters of type StreamVariable.StreamingProgressEvent Modifier and Type Method Description void
StreamVariable. onProgress(StreamVariable.StreamingProgressEvent event)
This method is called by the terminal ifStreamVariable.listenProgress()
returns true when the streaming starts.
-