Uses of Interface
com.vaadin.server.StreamVariable.StreamingEvent

Packages that use StreamVariable.StreamingEvent
com.vaadin.server   
 

Uses of StreamVariable.StreamingEvent in com.vaadin.server
 

Subinterfaces of StreamVariable.StreamingEvent in com.vaadin.server
static interface StreamVariable.StreamingEndEvent
          Event passed to #uploadFinished(StreamingEndEvent) method the contents have been streamed to StreamVariable successfully.
static interface StreamVariable.StreamingErrorEvent
          Event passed to #uploadFailed(StreamingErrorEvent) method when the streaming ended before the end of the input.
static interface StreamVariable.StreamingProgressEvent
          Event passed to StreamVariable.onProgress(StreamingProgressEvent) method during the streaming progresses.
static interface StreamVariable.StreamingStartEvent
          Event passed to #uploadStarted(StreamingStartEvent) method before the streaming of the content to StreamVariable starts.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.