Class AuthenticationErrorEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<AuthenticationEventHandler>
-
- org.silverpeas.mobile.client.common.event.authentication.AbstractAuthenticationErrorEvent
-
- org.silverpeas.mobile.client.common.event.authentication.AuthenticationErrorEvent
-
public class AuthenticationErrorEvent extends AbstractAuthenticationErrorEvent
-
-
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.authentication.AbstractAuthenticationErrorEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description AuthenticationErrorEvent(Throwable caught)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(AuthenticationEventHandler handler)
-
Methods inherited from class org.silverpeas.mobile.client.common.event.authentication.AbstractAuthenticationErrorEvent
getAssociatedType, getException
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
AuthenticationErrorEvent
public AuthenticationErrorEvent(Throwable caught)
-
-
Method Detail
-
dispatch
protected void dispatch(AuthenticationEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<AuthenticationEventHandler>
-
-