|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Room | |
|---|---|
| it.gotoandplay.smartfoxclient | |
| it.gotoandplay.smartfoxclient.data | |
| Uses of Room in it.gotoandplay.smartfoxclient |
|---|
| Methods in it.gotoandplay.smartfoxclient that return Room | |
|---|---|
Room |
SmartFoxClient.getActiveRoom()
Get the currently active Room object. |
Room |
SmartFoxClient.getRoom(int roomId)
Get a Room object, using its id as key. |
Room |
SmartFoxClient.getRoomByName(java.lang.String roomName)
Get a Room object, using its name as key. |
| Methods in it.gotoandplay.smartfoxclient that return types with arguments of type Room | |
|---|---|
java.util.Map<java.lang.Integer,Room> |
SmartFoxClient.getAllRooms()
Get the list of rooms in the current zone. |
| Uses of Room in it.gotoandplay.smartfoxclient.data |
|---|
| Methods in it.gotoandplay.smartfoxclient.data that return Room | |
|---|---|
Room |
Zone.getRoom(int id)
|
Room |
Zone.getRoomByName(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||