public class FileUploadSelectedEvent extends com.google.gwt.event.shared.GwtEvent<FileUploadSelectedEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<FileUploadSelectedEventHandler> |
TYPE |
| Constructor and Description |
|---|
FileUploadSelectedEvent(String filename) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FileUploadSelectedEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<FileUploadSelectedEventHandler> |
getAssociatedType() |
String |
getSelectedFileName() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<FileUploadSelectedEventHandler> TYPE
public FileUploadSelectedEvent(String filename)
public String getSelectedFileName()
public com.google.gwt.event.shared.GwtEvent.Type<FileUploadSelectedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FileUploadSelectedEventHandler>protected void dispatch(FileUploadSelectedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FileUploadSelectedEventHandler>Copyright © 2015. All Rights Reserved.