public class AddFileEvent extends AbstractFileEvent<AddFileHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
AddFileEvent(Blob file,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected void |
dispatch(AddFileHandler handler) |
static AddFileEvent |
fire(HasAddFileHandlers source,
Blob file,
String fileName) |
com.google.gwt.event.shared.GwtEvent.Type<AddFileHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<AddFileHandler> |
getType() |
boolean |
isCanceled() |
getFile, getFileNameassertLive, getSource, isLive, kill, reviveprotected void dispatch(AddFileHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<AddFileHandler>public com.google.gwt.event.shared.GwtEvent.Type<AddFileHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AddFileHandler>public static com.google.gwt.event.shared.GwtEvent.Type<AddFileHandler> getType()
public boolean isCanceled()
public void cancel()
public static AddFileEvent fire(HasAddFileHandlers source, Blob file, String fileName)
I - source - file - fileName - Copyright © 2014. All rights reserved.