com.realtime.xmpp.dom
Interface DomPacketListener

All Known Implementing Classes:
DomPacketFilter, DomPacketLogger, DomPacketRouter, DomPacketSender, DomXmppTool.RosterUpdater, EchoComponent

public interface DomPacketListener

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.

Version:
1.0 Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Method Summary
 void incomingPacket(org.dom4j.Element packet)
          Signal a new packet has arrived.
 

Method Detail

incomingPacket

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.

Parameters:
packet - The XMPP packet as a DOM element.


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.