public class FileDialogStartEvent
extends java.lang.Object
FileDialogStartHandler and register it via the .Uploader#setFileDialogStartHandler(FileDialogStartHandler) method in order to access file
dialog start events.
Note that the 'fileDialogStart' is fired after selectFile for selectFiles is called. This event is fired immediately before the File Selection Dialog window is displayed. However, the event may not execute until after the Dialog window is closed.
| Constructor and Description |
|---|
FileDialogStartEvent()
This constructor is intended for internal use only.
|
public FileDialogStartEvent()
FileDialogStartHandler.