public class ErrorEvent extends com.google.gwt.event.shared.GwtEvent<HandleErrorHandler> implements Cancellable
| Modifier and Type | Method and Description |
|---|---|
static <S extends HasHandleErrorHandlers> |
_fire(S source,
DSRequest dsRequest,
DSResponse dsResponse) |
static com.google.gwt.event.shared.GwtEvent.Type<HandleErrorHandler> |
_getType() |
void |
cancel() |
protected void |
dispatch(HandleErrorHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<HandleErrorHandler> |
getAssociatedType() |
DSRequest |
getRequest() |
DSResponse |
getResponse() |
boolean |
isCancelled() |
assertLive, getSource, isLive, kill, revive@SGWTInternal public static com.google.gwt.event.shared.GwtEvent.Type<HandleErrorHandler> _getType()
@SGWTInternal public static <S extends HasHandleErrorHandlers> boolean _fire(S source, DSRequest dsRequest, DSResponse dsResponse)
public final DSRequest getRequest()
public final DSResponse getResponse()
public final boolean isCancelled()
isCancelled in interface Cancellablepublic void cancel()
cancel in interface Cancellablepublic com.google.gwt.event.shared.GwtEvent.Type<HandleErrorHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<HandleErrorHandler>protected void dispatch(HandleErrorHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<HandleErrorHandler>