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.server This package contains server specific classes. 
 

Uses of UserList in org.jogre.client
 

Fields in org.jogre.client declared as UserList
protected  UserList ClientConnectionThread.userList
          UserList object which should mirror that on the JogreServer.
 

Methods in org.jogre.client that return UserList
 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.server
 

Fields in org.jogre.server declared as UserList
protected  UserList JogreServer.userList
          List of users which are currently connected to the server.
protected  UserList ServerConnectionThread.userList
          Convience link to the userList field in the JogreServer object.
 

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