com.vaadin.ui.


Interface Upload.StartedListener

All Superinterfaces:

Serializable

Enclosing class:

Upload

public static interface Upload.StartedListener
extends Serializable

Receives the events when the upload starts.

Since:

5.0

Version:

6.8.18

Author:

Vaadin Ltd.

Method Summary
 void uploadStarted(Upload.StartedEvent event)
          Upload has started.
 

Method Detail

uploadStarted

void uploadStarted(Upload.StartedEvent event)

Upload has started.

Parameters:
event - the Upload started event.