org.psepr.jClient
Class DebugListener

java.lang.Object
  extended by org.psepr.jClient.DebugListener
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

public class DebugListener
extends java.lang.Object
implements org.jivesoftware.smack.PacketListener

A listener that is connected into the input and output streams for debugging. More than one instance of this class is created for the input and output streams and they rely on static variables to coordinate the output.

Author:
Robert.Adams@intel.com

Constructor Summary
DebugListener()
           
DebugListener(java.lang.String sQual)
           
 
Method Summary
 void processPacket(org.jivesoftware.smack.packet.Packet arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugListener

public DebugListener()

DebugListener

public DebugListener(java.lang.String sQual)
Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet arg0)
Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener