The abstract base class for RoomOccupantList and RoomObserverList.
dataProvider
accountManager:AccountManager
The AccountManager that this UserList uses to determine user IDs for
clients in the list.
Implementation public function get accountManager():AccountManager
public function set accountManager(value:AccountManager):void
room:Room
The Room whose clients will be displayed in this UserList.
Implementation public function get room():Room
public function set room(value:Room):void
public function RoomClientList()
public function dispose():void
Disposes of the resources used by this class, preparing it for garbage
collection.
Sat Apr 9 2016, 07:18 PM -04:00