pl.mn.communicator.packet.in
Class GGUserListReply

java.lang.Object
  extended by pl.mn.communicator.packet.in.GGUserListReply
All Implemented Interfaces:
GGPacket, GGIncomingPackage

public class GGUserListReply
extends java.lang.Object
implements GGIncomingPackage

Created on 2004-12-11

Version:
$Id: GGUserListReply.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
Author:
Mateusz Szczap

Field Summary
static int GG_USERLIST_REPLY
           
 
Constructor Summary
GGUserListReply(byte[] data)
           
 
Method Summary
 java.util.Collection getContactList()
           
 int getPacketType()
          Returns Gadu-Gadu packet type.
 boolean isGetMoreReply()
           
 boolean isGetReply()
           
 boolean isPutMoreReply()
           
 boolean isPutReply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_USERLIST_REPLY

public static final int GG_USERLIST_REPLY
See Also:
Constant Field Values
Constructor Detail

GGUserListReply

public GGUserListReply(byte[] data)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getPacketType

public int getPacketType()
Description copied from interface: GGPacket
Returns Gadu-Gadu packet type.

Specified by:
getPacketType in interface GGPacket
Returns:
constant specyfing Gadu-Gadu packet type.
See Also:
GGPacket.getPacketType()

getContactList

public java.util.Collection getContactList()

isPutReply

public boolean isPutReply()

isPutMoreReply

public boolean isPutMoreReply()

isGetReply

public boolean isGetReply()

isGetMoreReply

public boolean isGetMoreReply()


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.