pl.mn.communicator.packet.in
Class GGStatus

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

public class GGStatus
extends java.lang.Object
implements GGIncomingPackage, GGStatuses

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

Field Summary
static int GG_STATUS
           
 
Fields inherited from interface pl.mn.communicator.packet.GGStatuses
GG_STATUS_AVAIL, GG_STATUS_AVAIL_DESCR, GG_STATUS_BLOCKED, GG_STATUS_BUSY, GG_STATUS_BUSY_DESCR, GG_STATUS_FRIENDS_MASK, GG_STATUS_INVISIBLE, GG_STATUS_INVISIBLE_DESCR, GG_STATUS_NOT_AVAIL, GG_STATUS_NOT_AVAIL_DESCR, GG_STATUS_UNKNOWN
 
Constructor Summary
GGStatus(byte[] data)
           
 
Method Summary
 int getPacketType()
          Returns Gadu-Gadu packet type.
 IRemoteStatus getStatus()
           
 IUser getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_STATUS

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

GGStatus

public GGStatus(byte[] data)
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.

getUser

public IUser getUser()

getStatus

public IRemoteStatus getStatus()


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