tigase.jaxmpp.core.client.xmpp.modules
Class ResourceBinderModule.ResourceBindEvent
java.lang.Object
tigase.jaxmpp.core.client.observer.BaseEvent
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBinderModule.ResourceBindEvent
public ResourceBinderModule.ResourceBindEvent(EventType type,
SessionObject sessionObject)
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.