|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LobbyService
Provides an interface to the various parlor services that are directly invokable by the client (by means of the invocation services).
| Nested Class Summary | |
|---|---|
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. |
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||