public static class AuthModule.AuthFailedHandler.AuthFailedEvent extends JaxmppEvent<AuthModule.AuthFailedHandler>
sessionObject| Constructor and Description |
|---|
AuthFailedEvent(SessionObject sessionObject,
SaslModule.SaslError error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AuthModule.AuthFailedHandler handler)
Invokes handlers method.
|
SaslModule.SaslError |
getError() |
void |
setError(SaslModule.SaslError error) |
getSessionObjectpublic AuthFailedEvent(SessionObject sessionObject, SaslModule.SaslError error)
protected void dispatch(AuthModule.AuthFailedHandler handler) throws JaxmppException
Eventdispatch in class Event<AuthModule.AuthFailedHandler>handler - handlerJaxmppExceptionpublic SaslModule.SaslError getError()
public void setError(SaslModule.SaslError error)
Copyright © 2006–2016 Tigase. All rights reserved.