Package | net.user1.reactor.ui |
Class | public class ChatSpectatorPanel |
Inheritance | ChatSpectatorPanel ![]() |
Since : | ReactorGUI 1.0.0 |
See also
Variable | Defined 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 |
Method | Defined By | ||
---|---|---|---|
ChatSpectatorPanel |
room | variable |
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.
public function get room():Room
public function set room(value:Room):void
userlist | variable |
userlist:RoomOccupantList
[read-only] Since : | ReactorGUI 1.0.0 |
The UserList object contained by this ChatPanel.
public function get userlist():RoomOccupantList
ChatSpectatorPanel | () | Constructor |
public function ChatSpectatorPanel()