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