Packagenet.user1.reactor.ui
Classpublic class RoomObserverList
InheritanceRoomObserverList Inheritance RoomClientList Inheritance mx.controls.List

Since : ReactorGUI 1.0.0

A List component that displays the clients observing a given room. For clients that are registered and logged in, the RoomObserList displays user IDs. For other clients, the RoomObserList displays the string "User" plus the client's client ID (e.g., "User1", "User2", "User3", etc).

Default MXML PropertydataProvider



Public Variables
 VariableDefined By
 InheritedaccountManager : AccountManager
The AccountManager that this UserList uses to determine user IDs for clients in the list.
RoomClientList
 Inheritedroom : Room
The Room whose clients will be displayed in this UserList.
RoomClientList
Public Methods
 MethodDefined By
 Inherited
dispose():void
Disposes of the resources used by this class, preparing it for garbage collection.
RoomClientList