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
 

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.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.