com.vaadin.terminal
Interface StreamVariable.StreamingStartEvent

All Superinterfaces:
Serializable, StreamVariable.StreamingEvent
Enclosing interface:
StreamVariable

public static interface StreamVariable.StreamingStartEvent
extends StreamVariable.StreamingEvent

Event passed to #uploadStarted(StreamingStartEvent) method before the streaming of the content to StreamVariable starts.


Method Summary
 void disposeStreamVariable()
          The owner of the StreamVariable can call this method to inform the terminal implementation that this StreamVariable will not be used to accept more post.
 
Methods inherited from interface com.vaadin.terminal.StreamVariable.StreamingEvent
getBytesReceived, getContentLength, getFileName, getMimeType
 

Method Detail

disposeStreamVariable

void disposeStreamVariable()
The owner of the StreamVariable can call this method to inform the terminal implementation that this StreamVariable will not be used to accept more post.



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