public static class LobbyMarshaller.CategoriesMarshaller extends com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller implements LobbyService.CategoriesListener
LobbyService.CategoriesListener.| Modifier and Type | Field and Description |
|---|---|
static int |
GOT_CATEGORIES
The method id used to dispatch
gotCategories(java.lang.String[])
responses. |
| Constructor and Description |
|---|
CategoriesMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args) |
void |
gotCategories(String[] arg1)
Supplies the listener with the results of a
LobbyService.getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request. |
requestFailed, setInvocationId, setNoResponse, toStringpublic static final int GOT_CATEGORIES
gotCategories(java.lang.String[])
responses.public void gotCategories(String[] arg1)
LobbyService.CategoriesListenerLobbyService.getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request.gotCategories in interface LobbyService.CategoriesListenerpublic void dispatchResponse(int methodId,
Object[] args)
dispatchResponse in class com.threerings.presents.data.InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.