pl.mn.communicator.packet
Interface GGUser

All Known Implementing Classes:
GGAddNotify, GGNotify, GGRemoveNotify

public interface GGUser

Created on 2004-12-12

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

Field Summary
static int GG_USER_BLOCKED
          The user from whom we do not want to receive messages
static int GG_USER_BUDDY
          Every user that is added to our contact list
static int GG_USER_FRIEND
          User to whom we are seen in friends only mode
static int GG_USER_NORMAL
          Ordinary user that is added to contact list
static int GG_USER_UNKNOWN
           
 

Field Detail

GG_USER_BUDDY

static final int GG_USER_BUDDY
Every user that is added to our contact list

See Also:
Constant Field Values

GG_USER_FRIEND

static final int GG_USER_FRIEND
User to whom we are seen in friends only mode

See Also:
Constant Field Values

GG_USER_NORMAL

static final int GG_USER_NORMAL
Ordinary user that is added to contact list

See Also:
Constant Field Values

GG_USER_BLOCKED

static final int GG_USER_BLOCKED
The user from whom we do not want to receive messages

See Also:
Constant Field Values

GG_USER_UNKNOWN

static final int GG_USER_UNKNOWN
See Also:
Constant Field Values


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