|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmud.server.corba.RoomInfo
public class RoomInfo
Constructor Summary | |
---|---|
RoomInfo(Room room)
|
Method Summary | |
---|---|
void |
addUser(User user)
|
int |
getId()
|
Room |
getRoom()
|
java.util.Collection<User> |
getUsersInRoom()
|
void |
removeUser(int userId)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomInfo(Room room)
Method Detail |
---|
public void addUser(User user)
public void removeUser(int userId)
public int getId()
public Room getRoom()
public java.util.Collection<User> getUsersInRoom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |