pl.mn.communicator.packet.out
Class GGNotify

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

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

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

Field Summary
static int GG_NOTIFY_FIRST
           
static int GG_NOTIFY_LAST
           
 
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
GGNotify(IUser[] users)
           
 
Method Summary
 byte[] getContents()
           
 int getLength()
           
 int getPacketType()
          Returns Gadu-Gadu packet type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_NOTIFY_FIRST

public static final int GG_NOTIFY_FIRST
See Also:
Constant Field Values

GG_NOTIFY_LAST

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

GGNotify

public GGNotify(IUser[] users)
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()

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.