Uses of Class
org.jogre.common.UserList

Packages that use UserList
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. 
org.jogre.common This package contains classes which are common to both a client or a server. 
 

Uses of UserList in org.jogre.client
 

Methods in org.jogre.client that return UserList
 UserList TableConnectionThread.getUserList()
          Delegate method for returning the user list.
 UserList ClientConnectionThread.getUserList()
          Return the user list (should be the same as the server user list object).
 

Methods in org.jogre.client with parameters of type UserList
 void ClientConnectionThread.setUserList(UserList userList)
          Update the user list.
 

Uses of UserList in org.jogre.common
 

Fields in org.jogre.common declared as UserList
protected  UserList Game.userList
          List of users which are currently connected to the server.
 

Methods in org.jogre.common that return UserList
 UserList Game.getUserList()
          Returns the UserList object of current connected users.
 

Methods in org.jogre.common with parameters of type UserList
 void Game.setUserList(UserList userlist)
          Set the userlist.