tigase.jaxmpp.core.client.xmpp.modules.registration
Class InBandRegistrationModule.RegistrationEvent

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

public static class InBandRegistrationModule.RegistrationEvent
extends BaseEvent

See Also:
Serialized Form

Constructor Summary
InBandRegistrationModule.RegistrationEvent(EventType type, SessionObject sessionObject)
           
 
Method Summary
 IQ getStanza()
           
 void setStanza(IQ stanza)
           
 
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

InBandRegistrationModule.RegistrationEvent

public InBandRegistrationModule.RegistrationEvent(EventType type,
                                                  SessionObject sessionObject)
Method Detail

getStanza

public IQ getStanza()

setStanza

public void setStanza(IQ stanza)


Copyright © 2006-2012 Tigase. All Rights Reserved.