public class FailureEvent extends com.google.gwt.event.shared.GwtEvent<FailureEvent.FailureEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailureEvent.FailureEventHandler |
static interface |
FailureEvent.HasFailureEventHandler |
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
caught |
protected String |
message |
static com.google.gwt.event.shared.GwtEvent.Type<FailureEvent.FailureEventHandler> |
TYPE |
| Constructor and Description |
|---|
FailureEvent(Throwable caught,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FailureEvent.FailureEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
Throwable caught,
String message) |
com.google.gwt.event.shared.GwtEvent.Type<FailureEvent.FailureEventHandler> |
getAssociatedType() |
Throwable |
getCaught() |
String |
getMessage() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<FailureEvent.FailureEventHandler> TYPE
protected String message
protected Throwable caught
public com.google.gwt.event.shared.GwtEvent.Type<FailureEvent.FailureEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FailureEvent.FailureEventHandler>protected void dispatch(FailureEvent.FailureEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FailureEvent.FailureEventHandler>public static void fire(com.google.gwt.event.shared.HasHandlers source,
Throwable caught,
String message)
public Throwable getCaught()
public String getMessage()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<FailureEvent.FailureEventHandler>Copyright © 2015. All Rights Reserved.