com.valhalla.jbother.jabber.smack
Class GroupChatMessagePacketListener

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

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

Listens for Group Chat Messages

Version:
1.0
Author:
Adam Olsen

Constructor Summary
GroupChatMessagePacketListener(ChatRoomPanel window)
          Sets up the group chat message listener
 
Method Summary
 void processPacket(org.jivesoftware.smack.packet.Packet message)
          Processes the packet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupChatMessagePacketListener

public GroupChatMessagePacketListener(ChatRoomPanel window)
Sets up the group chat message listener

Parameters:
window - the window that this litener belongs to
Method Detail

processPacket

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

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