A panel containing a chat user interface, including a user list,
private messaging, incoming and outgoing chat messages, and a chat topic.
accountBar:AccountBar
[read-only]
The AccountBar object contained by this ChatPanel.
Implementation public function get accountBar():AccountBar
chatIncomingTextArea:ChatIncomingTextArea
[read-only]
The ChatIncomingTextArea object contained by this ChatPanel.
Implementation public function get chatIncomingTextArea():ChatIncomingTextArea
room:Room
A reference to the Reactor Room object for this chat panel. Users that
join the room are considered participants in the chat, and appear in
the chat user list.
Implementation public function get room():Room
public function set room(value:Room):void
userlist:RoomOccupantList
[read-only]
The UserList object contained by this ChatPanel.
Implementation public function get userlist():RoomOccupantList
public function ChatPanel()
public function sendChatMessage():void
Sends a chat message to all clients in the room.
Copyright USER1 Subsystems Corporation Sat Apr 9 2016, 05:54 PM -04:00