|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jbrain.qlink.chat.RoomManager
| Constructor Summary | |
RoomManager()
|
|
| Method Summary | |
static RoomInfo[] |
getRoomList()
|
static RoomInfo |
getUserLocation(org.jbrain.qlink.user.QHandle handle)
|
static Room |
join(org.jbrain.qlink.user.QHandle handle,
ChatProfile profile)
|
static AbstractRoom |
joinAuditorium(org.jbrain.qlink.user.QHandle handle,
ChatProfile profile)
|
static Room |
joinRoom(java.lang.String name,
org.jbrain.qlink.user.QHandle handle,
ChatProfile profile,
boolean bPublic)
|
static void |
leaveAuditorium(org.jbrain.qlink.user.QHandle handle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RoomManager()
| Method Detail |
public static Room join(org.jbrain.qlink.user.QHandle handle,
ChatProfile profile)
public static Room joinRoom(java.lang.String name,
org.jbrain.qlink.user.QHandle handle,
ChatProfile profile,
boolean bPublic)
public static AbstractRoom joinAuditorium(org.jbrain.qlink.user.QHandle handle,
ChatProfile profile)
public static void leaveAuditorium(org.jbrain.qlink.user.QHandle handle)
public static RoomInfo[] getRoomList()
public static RoomInfo getUserLocation(org.jbrain.qlink.user.QHandle handle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||