tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoInfoModule.DiscoInfoEvent

java.lang.Object
  extended by tigase.jaxmpp.core.client.observer.BaseEvent
      extended by 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

Constructor Summary
DiscoInfoModule.DiscoInfoEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 String[] getFeatures()
           
 DiscoInfoModule.Identity getIdentity()
           
 String getNode()
           
 IQ getRequestStanza()
           
 void setFeatures(String[] features)
           
 void setIdentity(DiscoInfoModule.Identity identity)
           
 void setNode(String node)
           
 void setRequestStanza(IQ requestStanza)
           
 
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

DiscoInfoModule.DiscoInfoEvent

public DiscoInfoModule.DiscoInfoEvent(EventType type,
                                      SessionObject sessionObject)
Method Detail

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.