Uses of Class
it.gotoandplay.smartfoxclient.data.User

Packages that use User
it.gotoandplay.smartfoxclient.data   
 

Uses of User in it.gotoandplay.smartfoxclient.data
 

Methods in it.gotoandplay.smartfoxclient.data that return User
 User Room.getUser(int userId)
          Retrieve a user currently in the room.
 User Room.getUser(java.lang.String userName)
          Retrieve a user currently in the room.
 

Methods in it.gotoandplay.smartfoxclient.data that return types with arguments of type User
 java.util.Map<java.lang.Integer,User> Room.getUserList()
          Get the list of users currently inside the room.
 

Methods in it.gotoandplay.smartfoxclient.data with parameters of type User
 void Room.addUser(User u, int id)
           
 

Method parameters in it.gotoandplay.smartfoxclient.data with type arguments of type User
 void Room.setUserList(java.util.Map<java.lang.Integer,User> userList)