| Package | Description |
|---|---|
| com.threerings.micasa.lobby |
| Modifier and Type | Class and Description |
|---|---|
static class |
LobbyMarshaller.LobbiesMarshaller
Marshalls results to implementations of
LobbyService.LobbiesListener. |
class |
LobbySelector
The lobby selector displays a drop-down box listing the categories of
lobbies available on this server and when a category is selected, it
displays a list of the lobbies that are available in that category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LobbyRegistry.getLobbies(com.threerings.presents.data.ClientObject caller,
String category,
LobbyService.LobbiesListener listener)
Processes a request by the client to obtain a list of lobbies matching the supplied category
string.
|
void |
LobbyProvider.getLobbies(com.threerings.presents.data.ClientObject caller,
String arg1,
LobbyService.LobbiesListener arg2)
|
void |
LobbyService.getLobbies(String category,
LobbyService.LobbiesListener listener)
Requests information on all active lobbies that match the specified category.
|
void |
LobbyMarshaller.getLobbies(String arg1,
LobbyService.LobbiesListener arg2) |
Copyright © 2015. All rights reserved.