public class CurrentUploadProgressEvent extends com.google.gwt.event.shared.GwtEvent<CurrentUploadProgressEvent.CurrentUploadProgressHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
CurrentUploadProgressEvent.CurrentUploadProgressHandler |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CurrentUploadProgressEvent.CurrentUploadProgressHandler> |
TYPE |
Constructor and Description |
---|
CurrentUploadProgressEvent(double progress) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CurrentUploadProgressEvent.CurrentUploadProgressHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
double progress) |
com.google.gwt.event.shared.GwtEvent.Type<CurrentUploadProgressEvent.CurrentUploadProgressHandler> |
getAssociatedType() |
double |
getProgress() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<CurrentUploadProgressEvent.CurrentUploadProgressHandler> TYPE
public CurrentUploadProgressEvent(double progress)
public static void fire(com.google.gwt.event.shared.HasHandlers source, double progress)
public double getProgress()
public com.google.gwt.event.shared.GwtEvent.Type<CurrentUploadProgressEvent.CurrentUploadProgressHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<CurrentUploadProgressEvent.CurrentUploadProgressHandler>
protected void dispatch(CurrentUploadProgressEvent.CurrentUploadProgressHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<CurrentUploadProgressEvent.CurrentUploadProgressHandler>
Copyright © 2018. All rights reserved.