pl.mn.communicator.packet
Interface GGStatuses

All Known Implementing Classes:
GGNewStatus, GGStatus, GGStatus60

public interface GGStatuses

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

Field Summary
static int GG_STATUS_AVAIL
          Status available
static int GG_STATUS_AVAIL_DESCR
          Status available with description
static int GG_STATUS_BLOCKED
          Bitmask for status blocked
static int GG_STATUS_BUSY
          Status busy
static int GG_STATUS_BUSY_DESCR
          Status busy with description
static int GG_STATUS_FRIENDS_MASK
          Bitmask for status for friends only
static int GG_STATUS_INVISIBLE
          Status invisible
static int GG_STATUS_INVISIBLE_DESCR
          Status invisible with description
static int GG_STATUS_NOT_AVAIL
          Status not available
static int GG_STATUS_NOT_AVAIL_DESCR
          Status not available with description
static int GG_STATUS_UNKNOWN
           
 

Field Detail

GG_STATUS_AVAIL

static final int GG_STATUS_AVAIL
Status available

See Also:
Constant Field Values

GG_STATUS_AVAIL_DESCR

static final int GG_STATUS_AVAIL_DESCR
Status available with description

See Also:
Constant Field Values

GG_STATUS_NOT_AVAIL

static final int GG_STATUS_NOT_AVAIL
Status not available

See Also:
Constant Field Values

GG_STATUS_NOT_AVAIL_DESCR

static final int GG_STATUS_NOT_AVAIL_DESCR
Status not available with description

See Also:
Constant Field Values

GG_STATUS_BUSY

static final int GG_STATUS_BUSY
Status busy

See Also:
Constant Field Values

GG_STATUS_BUSY_DESCR

static final int GG_STATUS_BUSY_DESCR
Status busy with description

See Also:
Constant Field Values

GG_STATUS_INVISIBLE

static final int GG_STATUS_INVISIBLE
Status invisible

See Also:
Constant Field Values

GG_STATUS_INVISIBLE_DESCR

static final int GG_STATUS_INVISIBLE_DESCR
Status invisible with description

See Also:
Constant Field Values

GG_STATUS_BLOCKED

static final int GG_STATUS_BLOCKED
Bitmask for status blocked

See Also:
Constant Field Values

GG_STATUS_FRIENDS_MASK

static final int GG_STATUS_FRIENDS_MASK
Bitmask for status for friends only

See Also:
Constant Field Values

GG_STATUS_UNKNOWN

static final int GG_STATUS_UNKNOWN
See Also:
Constant Field Values


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