tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoInfoModule.DiscoInfoEvent
java.lang.Object
tigase.jaxmpp.core.client.observer.BaseEvent
tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DiscoInfoModule
public static class DiscoInfoModule.DiscoInfoEvent
- extends BaseEvent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoInfoModule.DiscoInfoEvent
public DiscoInfoModule.DiscoInfoEvent(EventType type,
SessionObject sessionObject)
getFeatures
public String[] getFeatures()
getIdentity
public DiscoInfoModule.Identity getIdentity()
getNode
public String getNode()
getRequestStanza
public IQ getRequestStanza()
setFeatures
public void setFeatures(String[] features)
setIdentity
public void setIdentity(DiscoInfoModule.Identity identity)
setNode
public void setNode(String node)
setRequestStanza
public void setRequestStanza(IQ requestStanza)
Copyright © 2006-2012 Tigase. All Rights Reserved.