tigase.jaxmpp.core.client.xmpp.modules.auth
Class NonSaslAuthModule.NonSaslAuthEvent

java.lang.Object
  extended by tigase.jaxmpp.core.client.observer.BaseEvent
      extended by tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthEvent
          extended by 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

Constructor Summary
NonSaslAuthModule.NonSaslAuthEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 XMPPException.ErrorCondition getError()
           
 IQ getRequest()
           
 void setError(XMPPException.ErrorCondition error)
           
 void setRequest(IQ iq)
           
 
Methods inherited from class tigase.jaxmpp.core.client.observer.BaseEvent
getSessionObject, getType, isHandled, setHandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonSaslAuthModule.NonSaslAuthEvent

public NonSaslAuthModule.NonSaslAuthEvent(EventType type,
                                          SessionObject sessionObject)
Method Detail

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.