|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object YahooChatRoom
Represents a single chat room, either public (Yahoo owned) or private (user owned). Each room is divided into multiple independent chat spaces, known as 'lobbies'.
Constructor Summary | |
YahooChatRoom()
|
Method Summary | |
long |
getId()
Returns the unique ID used to reference this room. |
Vector |
getLobbies()
Returns a list of lobbies for this room. |
String |
getName()
Returns the name (title) of this chat room. |
boolean |
isPublic()
Returns true if this is a public room, false if private. |
int |
size()
Returns the number of lobbies in this room. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public YahooChatRoom()
Method Detail |
public String getName()
public long getId()
public boolean isPublic()
public Vector getLobbies()
Vector
of YahooChatLobby
objects. The list
should never be empty (barring accident!) - there will always be at
least one lobby for each room.
public int size()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |