mud.server.corba
Class RoomInfo

java.lang.Object
  extended by mud.server.corba.RoomInfo

public class RoomInfo
extends java.lang.Object


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

RoomInfo

public RoomInfo(Room room)
Method Detail

addUser

public void addUser(User user)

removeUser

public void removeUser(int userId)

getId

public int getId()

getRoom

public Room getRoom()

getUsersInRoom

public java.util.Collection<User> getUsersInRoom()