|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
ChatCommand
A base class for commands in the "chat" 0x0e
SNAC family.
Field Summary | |
static int |
CMD_RECV_CHAT_MSG
A command subtype for a chat message command. |
static int |
CMD_ROOM_UPDATE
A command subtype for a room information update notification. |
static int |
CMD_SEND_CHAT_MSG
A command subtype for sending a message to a chat room. |
static int |
CMD_USERS_JOINED
A command subtype for a command sent when users enter a chat room. |
static int |
CMD_USERS_LEFT
A command subtype for a command sent when users exit a chat room. |
static int |
FAMILY_CHAT
The family code for this SNAC family. |
static SnacFamilyInfo |
FAMILY_INFO
A set of SNAC family information for this family. |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
ChatCommand(int command)
Creates a new SNAC command in the chat family. |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2, writeData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FAMILY_CHAT
public static final SnacFamilyInfo FAMILY_INFO
public static final int CMD_SEND_CHAT_MSG
public static final int CMD_ROOM_UPDATE
public static final int CMD_USERS_JOINED
public static final int CMD_USERS_LEFT
public static final int CMD_RECV_CHAT_MSG
Constructor Detail |
protected ChatCommand(int command)
command
- the SNAC command subtype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |