tigase.jaxmpp.core.client.xmpp.modules.auth
Class NonSaslAuthModule.NonSaslAuthEvent
java.lang.Object
tigase.jaxmpp.core.client.observer.BaseEvent
tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthEvent
tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- NonSaslAuthModule
public static class NonSaslAuthModule.NonSaslAuthEvent
- extends AuthModule.AuthEvent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonSaslAuthModule.NonSaslAuthEvent
public NonSaslAuthModule.NonSaslAuthEvent(EventType type,
SessionObject sessionObject)
getError
public XMPPException.ErrorCondition getError()
getRequest
public IQ getRequest()
setError
public void setError(XMPPException.ErrorCondition error)
setRequest
public void setRequest(IQ iq)
Copyright © 2006-2012 Tigase. All Rights Reserved.