com.valhalla.jbother.jabber.smack
Class MessagePacketListener

java.lang.Object
  extended bycom.valhalla.jbother.jabber.smack.MessagePacketListener
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

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

Listens for a message packet, and sends it to the appropriate buddies conversation window. If the window does not exist a new window will be created

Version:
1.0
Author:
Adam Olsen

Constructor Summary
MessagePacketListener()
          Constructor for the packet listener
 
Method Summary
 void processPacket(org.jivesoftware.smack.packet.Packet message)
          Processes the message packet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePacketListener

public MessagePacketListener()
Constructor for the packet listener

Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet message)
Processes the message packet

Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener