pl.mn.communicator.packet.out
Class GGAddNotify

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

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

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

Field Summary
 int GG_ADD_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
GGAddNotify(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_ADD_NOTIFY

public final int GG_ADD_NOTIFY
See Also:
Constant Field Values
Constructor Detail

GGAddNotify

public GGAddNotify(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.