|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectYahooChatLobby
Represents a single chat lobby. Yahoo chatrooms consist of one or more
numbered lobbies inside each public/private room. The name of room and the
number of the lobby (separated by a colon) form the 'network name' of the
lobby - used by Yahoo to identify uniquely a given chat 'space' on its
systems. Each lobby has a count of users, a count of voice chat users, and
a count of webcam users. These counts are populated by the methods which
load category and room structures in YahooChatCategory
- they
are not updated after initially created.
Constructor Summary | |
YahooChatLobby()
|
Method Summary | |
int |
getLobbyNumber()
Returns the lobby number. |
Vector |
getMembers()
Returns a list of all current members of this chatroom lobby. |
String |
getNetworkName()
Returns the unique network name of this lobby. |
YahooChatRoom |
getParent()
Returns the parent chatroom object. |
int |
getUserCount()
Returns the initial user count. |
int |
getVoiceCount()
Returns the initial voice user count. |
int |
getWebcamCount()
Returns the initial webcam user count. |
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 YahooChatLobby()
Method Detail |
public int getLobbyNumber()
public int getUserCount()
public int getVoiceCount()
public int getWebcamCount()
public String getNetworkName()
public YahooChatRoom getParent()
public Vector getMembers()
Note: this method constructs the list from the lobby's own internal hashtable, and as such must be considered expensive.
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |