Packagenet.user1.reactor.ui
Classpublic class ChatSpectatorPanel
InheritanceChatSpectatorPanel Inheritance mx.containers.Panel

Since : ReactorGUI 1.0.0

A panel containing a spectator interface for a chat, as might be used by chat moderators or administrators. Includes a user list and a text field displaying incoming chat messages.

See also

ChatPanel


Public Variables
 VariableDefined By
  room : Room
A reference to the Reactor Room object for this chat panel.
ChatSpectatorPanel
  userlist : RoomOccupantList
[read-only] The UserList object contained by this ChatPanel.
ChatSpectatorPanel
Public Methods
 MethodDefined By
  
ChatSpectatorPanel
Variable Descriptions
roomvariable
room:Room

Since : ReactorGUI 1.0.0

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
userlistvariable 
userlist:RoomOccupantList  [read-only]

Since : ReactorGUI 1.0.0

The UserList object contained by this ChatPanel.


Implementation
    public function get userlist():RoomOccupantList
Constructor Description
ChatSpectatorPanel()Constructor
public function ChatSpectatorPanel()