public final class IQEvent extends StanzaEvent<IQ>
This class is immutable.
IQListener,
Serialized Form| Constructor and Description |
|---|
IQEvent(Object source,
IQ iq,
boolean inbound)
Constructs an IQ event.
|
| Modifier and Type | Method and Description |
|---|---|
IQ |
getIQ()
Gets the IQ stanza.
|
getStanza, isInbound, isIncoming, toStringgetSourcepublic IQEvent(Object source, IQ iq, boolean inbound)
source - The object on which the event initially occurred.iq - The IQ stanza.inbound - True, if the stanza is inbound.IllegalArgumentException - if source is null.public final IQ getIQ()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.