public class SuccessEvent<T> extends com.google.gwt.event.shared.GwtEvent<SuccessEvent.SuccessHandler<T>>
Modifier and Type | Class and Description |
---|---|
static interface |
SuccessEvent.SuccessHandler<T> |
Modifier | Constructor and Description |
---|---|
protected |
SuccessEvent(T target,
UploadResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SuccessEvent.SuccessHandler<T> handler) |
static <T> void |
fire(HasFileUpload<T> source,
T target,
UploadResponse response) |
com.google.gwt.event.shared.GwtEvent.Type<SuccessEvent.SuccessHandler<T>> |
getAssociatedType() |
UploadResponse |
getResponse() |
T |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<SuccessEvent.SuccessHandler<?>> |
getType() |
assertLive, getSource, isLive, kill, revive
protected SuccessEvent(T target, UploadResponse response)
public static <T> void fire(HasFileUpload<T> source, T target, UploadResponse response)
public static com.google.gwt.event.shared.GwtEvent.Type<SuccessEvent.SuccessHandler<?>> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<SuccessEvent.SuccessHandler<T>> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SuccessEvent.SuccessHandler<T>>
public UploadResponse getResponse()
protected void dispatch(SuccessEvent.SuccessHandler<T> handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SuccessEvent.SuccessHandler<T>>
Copyright © 2018. All rights reserved.