tigase.jaxmpp.core.client.xmpp.modules.auth
Class SaslModule.SaslEvent

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.SaslModule.SaslEvent
All Implemented Interfaces:
Serializable
Enclosing class:
SaslModule

public static final class SaslModule.SaslEvent
extends AuthModule.AuthEvent

See Also:
Serialized Form

Constructor Summary
SaslModule.SaslEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 SaslModule.SaslError getError()
           
 void setError(SaslModule.SaslError error)
           
 
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

SaslModule.SaslEvent

public SaslModule.SaslEvent(EventType type,
                            SessionObject sessionObject)
Method Detail

getError

public SaslModule.SaslError getError()

setError

public void setError(SaslModule.SaslError error)


Copyright © 2006-2012 Tigase. All Rights Reserved.