public interface LobbyService
extends com.threerings.presents.client.InvocationService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LobbyService.CategoriesListener
Used to communicate the results of a
getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request. |
static interface |
LobbyService.LobbiesListener
Used to communicate the results of a
getLobbies(java.lang.String, com.threerings.micasa.lobby.LobbyService.LobbiesListener) request. |
| Modifier and Type | Method and Description |
|---|---|
void |
getCategories(LobbyService.CategoriesListener listener)
Requests the list of lobby categories that are available on this
server.
|
void |
getLobbies(String category,
LobbyService.LobbiesListener listener)
Requests information on all active lobbies that match the specified category.
|
void getCategories(LobbyService.CategoriesListener listener)
listener - the listener that will receive and process the response.void getLobbies(String category, LobbyService.LobbiesListener listener)
category - the category of game for which a list of lobbies is desired.listener - the listener that will receive and process the response.Copyright © 2015. All rights reserved.