tigase.jaxmpp.core.client.xmpp.modules
Class SessionEstablishmentModule.SessionEstablishmentEvent

java.lang.Object
  extended by tigase.jaxmpp.core.client.observer.BaseEvent
      extended by tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentEvent
All Implemented Interfaces:
Serializable
Enclosing class:
SessionEstablishmentModule

public static final class SessionEstablishmentModule.SessionEstablishmentEvent
extends BaseEvent

See Also:
Serialized Form

Constructor Summary
SessionEstablishmentModule.SessionEstablishmentEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 XMPPException.ErrorCondition getError()
           
 void setError(XMPPException.ErrorCondition 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

SessionEstablishmentModule.SessionEstablishmentEvent

public SessionEstablishmentModule.SessionEstablishmentEvent(EventType type,
                                                            SessionObject sessionObject)
Method Detail

getError

public XMPPException.ErrorCondition getError()

setError

public void setError(XMPPException.ErrorCondition error)


Copyright © 2006-2012 Tigase. All Rights Reserved.