Uses of Interface
com.vaadin.server.StreamVariable.StreamingEvent
-
Packages that use StreamVariable.StreamingEvent Package Description com.vaadin.server -
-
Uses of StreamVariable.StreamingEvent in com.vaadin.server
Subinterfaces of StreamVariable.StreamingEvent in com.vaadin.server Modifier and Type Interface Description static interfaceStreamVariable.StreamingEndEventEvent passed to#uploadFinished(StreamingEndEvent)method the contents have been streamed to StreamVariable successfully.static interfaceStreamVariable.StreamingErrorEventEvent passed to#uploadFailed(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 to#uploadStarted(StreamingStartEvent)method before the streaming of the content toStreamVariablestarts.
-