Class ErrorEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ErrorEventHandler>
-
- org.silverpeas.mobile.client.common.event.ExceptionEvent
-
- org.silverpeas.mobile.client.common.event.ErrorEvent
-
public class ErrorEvent extends ExceptionEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.common.event.ExceptionEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description ErrorEvent(Throwable caught)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(ErrorEventHandler handler)
-
Methods inherited from class org.silverpeas.mobile.client.common.event.ExceptionEvent
getAssociatedType, getException
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
ErrorEvent
public ErrorEvent(Throwable caught)
-
-
Method Detail
-
dispatch
protected void dispatch(ErrorEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ErrorEventHandler>
-
-