|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listen for new new DOM packets. DO NOT MODIFY THE PACKET. The same packet instance is handed to all the listeners and modifying the packet will corrupt it for the next listener.
Method Summary | |
void |
incomingPacket(org.dom4j.Element packet)
Signal a new packet has arrived. |
Method Detail |
public void incomingPacket(org.dom4j.Element packet)
Signal a new packet has arrived. DO NOT MODIFY the packet. The same packet will be handed to the other listeners.
packet
- The XMPP packet as a DOM element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |