|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
ChatCommand
UsersCmd
UsersLeftCmd
A SNAC command sent to indicate that one or more users have left a chat room.
0x0e
, command 0x04
Field Summary |
Fields inherited from class ChatCommand |
CMD_RECV_CHAT_MSG, CMD_ROOM_UPDATE, CMD_SEND_CHAT_MSG, CMD_USERS_JOINED, CMD_USERS_LEFT, FAMILY_CHAT, FAMILY_INFO |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
|
UsersLeftCmd(FullUserInfo[] users)
Creates a new outgoing uesr exit command with the given list of users. |
protected |
UsersLeftCmd(SnacPacket packet)
Creates a new user exit command from the given incoming SNAC packet. |
Methods inherited from class UsersCmd |
getUsers, toString, writeData |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected UsersLeftCmd(SnacPacket packet)
packet
- an incoming user exit SNAC packetpublic UsersLeftCmd(FullUserInfo[] users)
users
- the users who have left the chat room
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |