pl.mn.communicator.packet.out
Class GGRemoveNotify

java.lang.Object
  extended by pl.mn.communicator.packet.out.GGRemoveNotify
All Implemented Interfaces:
GGPacket, GGUser, GGOutgoingPackage

public class GGRemoveNotify
extends java.lang.Object
implements GGOutgoingPackage, GGUser

Packet that deletes certain user from the list of monitored users.

Version:
$Id: GGRemoveNotify.java,v 1.1 2005/11/05 23:34:53 winnetou25 Exp $
Author:
Marcin Naglik, Mateusz Szczap

Field Summary
static int GG_REMOVE_NOTIFY
           
 
Fields inherited from interface pl.mn.communicator.packet.GGUser
GG_USER_BLOCKED, GG_USER_BUDDY, GG_USER_FRIEND, GG_USER_NORMAL, GG_USER_UNKNOWN
 
Constructor Summary
GGRemoveNotify(int uin, User.UserMode userMode)
           
 
Method Summary
 byte[] getContents()
           
 int getLength()
           
 int getPacketType()
          Returns Gadu-Gadu packet type.
 int getUin()
           
 User.UserMode getUserMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_REMOVE_NOTIFY

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

GGRemoveNotify

public GGRemoveNotify(int uin,
                      User.UserMode userMode)
Method Detail

getUin

public int getUin()

getUserMode

public User.UserMode getUserMode()

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()

getLength

public int getLength()
Specified by:
getLength in interface GGOutgoingPackage
See Also:
GGOutgoingPackage.getLength()

getContents

public byte[] getContents()
Specified by:
getContents in interface GGOutgoingPackage
See Also:
GGOutgoingPackage.getContents()


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