tigase.jaxmpp.core.client.xmpp.modules
Class ResourceBinderModule.ResourceBindEvent

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

public static final class ResourceBinderModule.ResourceBindEvent
extends BaseEvent

See Also:
Serialized Form

Constructor Summary
ResourceBinderModule.ResourceBindEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 XMPPException.ErrorCondition getError()
           
 JID getJid()
           
 void setError(XMPPException.ErrorCondition error)
           
 void setJid(JID jid)
           
 
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

ResourceBinderModule.ResourceBindEvent

public ResourceBinderModule.ResourceBindEvent(EventType type,
                                              SessionObject sessionObject)
Method Detail

getError

public XMPPException.ErrorCondition getError()

getJid

public JID getJid()

setError

public void setError(XMPPException.ErrorCondition error)

setJid

public void setJid(JID jid)


Copyright © 2006-2012 Tigase. All Rights Reserved.