public static class LobbyMarshaller.LobbiesMarshaller extends com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller implements LobbyService.LobbiesListener
LobbyService.LobbiesListener.| Modifier and Type | Field and Description |
|---|---|
static int |
GOT_LOBBIES
The method id used to dispatch
gotLobbies(java.util.List<com.threerings.micasa.lobby.Lobby>)
responses. |
| Constructor and Description |
|---|
LobbiesMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args) |
void |
gotLobbies(List<Lobby> arg1)
Supplies the listener with the results of a
LobbyService.getLobbies(java.lang.String, com.threerings.micasa.lobby.LobbyService.LobbiesListener) request. |
requestFailed, setInvocationId, setNoResponse, toStringpublic static final int GOT_LOBBIES
gotLobbies(java.util.List<com.threerings.micasa.lobby.Lobby>)
responses.public void gotLobbies(List<Lobby> arg1)
LobbyService.LobbiesListenerLobbyService.getLobbies(java.lang.String, com.threerings.micasa.lobby.LobbyService.LobbiesListener) request.gotLobbies in interface LobbyService.LobbiesListenerpublic void dispatchResponse(int methodId,
Object[] args)
dispatchResponse in class com.threerings.presents.data.InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.