com.threerings.micasa.lobby
Class LobbyMarshaller.CategoriesMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.micasa.lobby.LobbyMarshaller.CategoriesMarshaller
- All Implemented Interfaces:
- Streamable, LobbyService.CategoriesListener, InvocationService.InvocationListener
- Enclosing class:
- LobbyMarshaller
public static class LobbyMarshaller.CategoriesMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements LobbyService.CategoriesListener
Marshalls results to implementations of LobbyService.CategoriesListener.
GOT_CATEGORIES
public static final int GOT_CATEGORIES
- The method id used to dispatch
gotCategories(java.lang.String[])
responses.
- See Also:
- Constant Field Values
LobbyMarshaller.CategoriesMarshaller
public LobbyMarshaller.CategoriesMarshaller()
gotCategories
public void gotCategories(String[] arg1)
- Description copied from interface:
LobbyService.CategoriesListener
- Supplies the listener with the results of a
LobbyService.getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request.
- Specified by:
gotCategories in interface LobbyService.CategoriesListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller