public class Chat extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHAT_STATE_CONNECTED
Connected.
|
static int |
CHAT_STATE_DISCONNECTED
Disconnected.
|
static int |
CHAT_STATE_HANDSHAKE
Handshake.
|
static int |
CHAT_STATE_WAIT_FOR_COLOR
Color.
|
static int |
CHAT_STATE_WAIT_FOR_COLOR_FONT
Color and font.
|
static int |
CHAT_STATE_WAIT_FOR_FONT
Font.
|
Constructor and Description |
---|
Chat()
Creates a new ICQ Chat.
|
public static final int CHAT_STATE_DISCONNECTED
public static final int CHAT_STATE_HANDSHAKE
public static final int CHAT_STATE_WAIT_FOR_COLOR
public static final int CHAT_STATE_WAIT_FOR_COLOR_FONT
public static final int CHAT_STATE_WAIT_FOR_FONT
public static final int CHAT_STATE_CONNECTED