pl.mn.communicator
Class MessageClass

java.lang.Object
  extended by pl.mn.communicator.MessageClass

public class MessageClass
extends java.lang.Object

Created on 2004-12-11

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

Field Summary
static MessageClass CHAT
          the message is a part of conversation
static MessageClass DO_NOT_CONFIRM
          this means that we do not want to receive confirmation from Gadu-Gadu server of delivery of this message
static MessageClass MESSAGE
          The message will popup ip new window
static MessageClass PING
          this means that message is ping only and the user will not see anyhow whether or not we are sending this message
static MessageClass QUEUED
          the message has been queued because the user it not available
static MessageClass UNKNOWN
           
 
Method Summary
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUEUED

public static final MessageClass QUEUED
the message has been queued because the user it not available


MESSAGE

public static final MessageClass MESSAGE
The message will popup ip new window


CHAT

public static final MessageClass CHAT
the message is a part of conversation


DO_NOT_CONFIRM

public static final MessageClass DO_NOT_CONFIRM
this means that we do not want to receive confirmation from Gadu-Gadu server of delivery of this message


PING

public static final MessageClass PING
this means that message is ping only and the user will not see anyhow whether or not we are sending this message


UNKNOWN

public static final MessageClass UNKNOWN
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()


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