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