public interface IQResultListener
| Modifier and Type | Method and Description |
|---|---|
void |
answerTimeout(String packetId)
Notification method indicating that a predefined time has passed without
receiving answer to a previously sent IQ packet.
|
void |
receivedAnswer(org.xmpp.packet.IQ packet)
Notification method indicating that a previously sent IQ packet has been
answered.
|
void receivedAnswer(org.xmpp.packet.IQ packet)
packet - the IQ packet answering a previously sent IQ packet.void answerTimeout(String packetId)
packetId - The packet id of a previously sent IQ packet that wasn't
answered.Copyright © 2014. All Rights Reserved.